Add JS semi colon. Formatting
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user