summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_resetstate.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/diag_resetstate.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/diag_resetstate.php')
-rw-r--r--[-rwxr-xr-x]usr/local/www/diag_resetstate.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/usr/local/www/diag_resetstate.php b/usr/local/www/diag_resetstate.php
index b537821..15b0c41 100755..100644
--- a/usr/local/www/diag_resetstate.php
+++ b/usr/local/www/diag_resetstate.php
@@ -56,7 +56,7 @@ if ($_POST) {
if ($_POST['sourcetracking']) {
mwexec("/sbin/pfctl -F Sources");
if ($savemsg)
- $savemsg .= " <br/>";
+ $savemsg .= " <br />";
$savemsg .= gettext("The source tracking table has been flushed successfully.");
}
}
@@ -88,18 +88,18 @@ include("head.inc");
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable"> <p>
<input name="statetable" type="checkbox" id="statetable" value="yes" checked>
- <strong><?= gettext("Firewall state table"); ?></strong><br>
- <span class="vexpl"><br>
+ <strong><?= gettext("Firewall state table"); ?></strong><br />
+ <span class="vexpl"><br />
<?=gettext("Resetting the state tables will remove all entries from " .
"the corresponding tables. This means that all open connections " .
"will be broken and will have to be re-established. This " .
"may be necessary after making substantial changes to the " .
"firewall and/or NAT rules, especially if there are IP protocol " .
- "mappings (e.g. for PPTP or IPv6) with open connections."); ?><br>
- <br>
+ "mappings (e.g. for PPTP or IPv6) with open connections."); ?><br />
+ <br />
</span><span class="vexpl"><?=gettext("The firewall will normally leave " .
- "the state tables intact when changing rules."); ?><br>
- <br>
+ "the state tables intact when changing rules."); ?><br />
+ <br />
<?=gettext("NOTE: If you reset the firewall state table, the browser " .
"session may appear to be hung after clicking &quot;Reset&quot;. " .
"Simply refresh the page to continue."); ?></span></p>
@@ -110,13 +110,13 @@ include("head.inc");
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable"><p>
<input name="sourcetracking" type="checkbox" id="sourcetracking" value="yes" checked>
- <strong><?= gettext("Firewall Source Tracking"); ?></strong><br>
- <span class="vexpl"><br>
+ <strong><?= gettext("Firewall Source Tracking"); ?></strong><br />
+ <span class="vexpl"><br />
<?=gettext("Resetting the source tracking table will remove all source/destination associations. " .
"This means that the \"sticky\" source/destination association " .
- "will be cleared for all clients."); ?><br>
- <br>
- </span><span class="vexpl"><?=gettext("This does not clear active connection states, only source tracking."); ?><br>
+ "will be cleared for all clients."); ?><br />
+ <br />
+ </span><span class="vexpl"><?=gettext("This does not clear active connection states, only source tracking."); ?><br />
</p>
</td>
</tr>
OpenPOWER on IntegriCloud