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;
}
}
# Clear common_name fields
$common_name = '';
switch($cert_type) {
case 'server':
@@ -261,7 +259,11 @@ case 'final':
}
break;
# Clear common_name fields
$common_name = '';
}
default:
#
# Default fields to reasonable values if necessary.
@@ -282,7 +284,7 @@ default:
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>
<table width=99%>
<th colspan=2><h3>Certificate Request Form</h3></th>