Add JS semi colon. Formatting

This commit is contained in:
John Crisp
2020-02-28 10:34:21 +01:00
parent 0b3dd93e42
commit 53211a7ada

View File

@@ -241,8 +241,6 @@ case 'final':
$serial = $errtxt; $serial = $errtxt;
} }
} }
# Clear common_name fields
$common_name = '';
switch($cert_type) { switch($cert_type) {
case 'server': case 'server':
@@ -261,7 +259,11 @@ case 'final':
} }
break; break;
# Clear common_name fields
$common_name = '';
} }
default: default:
# #
# Default fields to reasonable values if necessary. # Default fields to reasonable values if necessary.
@@ -282,7 +284,7 @@ default:
printHeader(); printHeader();
?> ?>
<body onLoad="self.focus();document.request.common_name.focus();document.request.cert_type.onchange()"> <body onLoad="self.focus();document.request.common_name.focus();document.request.cert_type.onchange();">
<form action="<?php echo $PHP_SELF?>" method=post name=request> <form action="<?php echo $PHP_SELF?>" method=post name=request>
<table width=99%> <table width=99%>
<th colspan=2><h3>Certificate Request Form</h3></th> <th colspan=2><h3>Certificate Request Form</h3></th>