summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2014-06-16 00:14:10 -0700
committerN0YB <Al_Stu@Frontier.com>2014-06-16 00:14:10 -0700
commitb4e9a4da0f438888abfd7f050964776d5bdf463e (patch)
tree60bc7c268642fa63008556d865cd86f1e8b095c7 /usr/local/www/system_advanced_admin.php
parentbc3885336de75542b9f5b53b1e8d6b3041b4a513 (diff)
downloadpfsense-b4e9a4da0f438888abfd7f050964776d5bdf463e.zip
pfsense-b4e9a4da0f438888abfd7f050964776d5bdf463e.tar.gz
XHTML Compliance - System Menu
Advanced - Admin Access Tab Advanced - Firewall / NAT Tab Cert Manager - Certificate Revocation Tab User Manager - Users Tab User Manager - Groups Tab
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index b9874c5..5390ee9 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -360,7 +360,7 @@ function prot_change() {
if ($pconfig['ssl-certref'] == $cert['refid'])
$selected = "selected=\"selected\"";
?>
- <option value="<?=$cert['refid'];?>"<?=$selected;?>><?=$cert['descr'];?></option>
+ <option value="<?=$cert['refid'];?>" <?=$selected;?>><?=$cert['descr'];?></option>
<?php endforeach; ?>
</select>
</td>
OpenPOWER on IntegriCloud