summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase2.php
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
committerayvis <ayvis.infra@gmail.com>2014-03-14 21:24:03 +0100
commit8cd558b61b9c24ee109993d8e76ddc4870ffa4fa (patch)
tree528f7b2f8ea80e0779907147273d99008e31b5d6 /usr/local/www/vpn_ipsec_phase2.php
parente1d68dde59717fc5f125796f07070a654e28ec43 (diff)
downloadpfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.zip
pfsense-8cd558b61b9c24ee109993d8e76ddc4870ffa4fa.tar.gz
xhtml Compliance
replaced <br>, <br/> and </br> with <br />
Diffstat (limited to 'usr/local/www/vpn_ipsec_phase2.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase2.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php
index 79c7ae2..ff88723 100644
--- a/usr/local/www/vpn_ipsec_phase2.php
+++ b/usr/local/www/vpn_ipsec_phase2.php
@@ -508,7 +508,7 @@ function change_protocol() {
<td width="78%" class="vtable">
<input name="disabled" type="checkbox" id="disabled" value="yes" <?php if ($pconfig['disabled']) echo "checked"; ?>>
<strong><?=gettext("Disable this phase2 entry"); ?></strong>
- <br>
+ <br />
<span class="vexpl"><?=gettext("Set this option to disable this phase2 entry without " .
"removing it from the list"); ?>.
</span>
@@ -565,7 +565,7 @@ function change_protocol() {
</td>
</tr>
<tr> <td colspan="3">
- <br/>
+ <br />
<?php echo gettext("In case you need NAT/BINAT on this network specify the address to be translated"); ?>
</td></tr>
<tr>
@@ -646,7 +646,7 @@ function change_protocol() {
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>">
- <br>
+ <br />
<span class="vexpl">
<?=gettext("You may enter a description here " .
"for your reference (not parsed)"); ?>.
@@ -671,7 +671,7 @@ function change_protocol() {
</option>
<?php endforeach; ?>
</select>
- <br>
+ <br />
<span class="vexpl">
<?=gettext("ESP is encryption, AH is authentication only"); ?>
</span>
@@ -719,7 +719,7 @@ function change_protocol() {
<?php endforeach; ?>
</table>
- <br>
+ <br />
<?=gettext("Hint: use 3DES for best compatibility or if you have a hardware " .
"crypto accelerator card. Blowfish is usually the fastest in " .
"software encryption"); ?>.
@@ -731,7 +731,7 @@ function change_protocol() {
<?php foreach ($p2_halgos as $algo => $algoname): ?>
<input type="checkbox" name="halgos[]" value="<?=$algo;?>" <?php if (in_array($algo, $pconfig['halgos'])) echo "checked"; ?>>
<?=htmlspecialchars($algoname);?>
- <br>
+ <br />
<?php endforeach; ?>
</td>
</tr>
@@ -746,14 +746,14 @@ function change_protocol() {
</option>
<?php endforeach; ?>
</select>
- <br>
+ <br />
<?php else: ?>
<select class="formselect" disabled>
<option selected><?=$p2_pfskeygroups[$a_client['pfs_group']];?></option>
</select>
<input name="pfsgroup" type="hidden" value="<?=htmlspecialchars($pconfig['pfsgroup']);?>">
- <br>
+ <br />
<span class="vexpl"><em><?=gettext("Set globally in mobile client options"); ?></em></span>
<?php endif; ?>
</td>
OpenPOWER on IntegriCloud