summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-05-10 22:26:18 +0545
committerPhil Davis <phil.davis@inf.org>2015-05-10 22:26:18 +0545
commite9a88707bdd0ad8cd51225230f74e4a8f7767dbf (patch)
tree51250b244b80c64ab2f5ca6f0c1b7b9908589577 /usr/local/www/firewall_rules_edit.php
parentd0c28e66a81bb06183b09514c6d1aa87e9c4deb0 (diff)
downloadpfsense-e9a88707bdd0ad8cd51225230f74e4a8f7767dbf.zip
pfsense-e9a88707bdd0ad8cd51225230f74e4a8f7767dbf.tar.gz
Firewall Rules Edit missing slash
This should be the end of a "tr" here. Browsers seem to be forgiving of this stuff - I don't see any difference in rendering in Firefox before or after this change.
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rw-r--r--usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 5deeabf..03c6912 100644
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -965,7 +965,7 @@ include("head.inc");
</select>
<input type="hidden" id="floating" name="floating" value="floating" />
</td>
- <tr>
+ </tr>
<?php endif; ?>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("TCP/IP Version");?></td>
OpenPOWER on IntegriCloud