summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase2.php
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-07-14 03:11:21 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-07-14 03:11:21 +0000
commit135dad58347554f4cab104a838c47e186f304de8 (patch)
tree4de0ba0ea48c59be19f6dea221570fb28ea5917c /usr/local/www/vpn_ipsec_phase2.php
parentc320be0a4a4c0f3eff6e287550200441d7adfce0 (diff)
downloadpfsense-135dad58347554f4cab104a838c47e186f304de8.zip
pfsense-135dad58347554f4cab104a838c47e186f304de8.tar.gz
Fix a few bugs in the IPsec pages HTML output that were causing problems
with IE.
Diffstat (limited to 'usr/local/www/vpn_ipsec_phase2.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php
index f32c567..00c89f5 100644
--- a/usr/local/www/vpn_ipsec_phase2.php
+++ b/usr/local/www/vpn_ipsec_phase2.php
@@ -374,7 +374,7 @@ function typesel_change_remote(bits) {
?>
<tr>
<td>
- <input type="checkbox" name="ealgos[]?>" value="<?=$algo;?>"<?=$checked?>>
+ <input type="checkbox" name="ealgos[]" value="<?=$algo;?>"<?=$checked?>>
</td>
<td>
<?=htmlspecialchars($algodata['name']);?>
OpenPOWER on IntegriCloud