summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-21 19:11:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-21 19:11:45 +0000
commitc823acd4facbf57fea8bf3d52f73b2b25c612540 (patch)
tree01af1c5cd292c6bdf34021015584e26116c10c8e /usr/local
parent4d875b4f189e508f71dda38d5f62b0c56dc8a027 (diff)
downloadpfsense-c823acd4facbf57fea8bf3d52f73b2b25c612540.zip
pfsense-c823acd4facbf57fea8bf3d52f73b2b25c612540.tar.gz
remove <br> between checkbox and description to maintain the forms style
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_advanced.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 8ad82cd..36fe2b3 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -156,8 +156,7 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="disablefilter" type="checkbox" id="disablefilter" value="yes" <?php if (isset($config['system']['disablefilter'])) echo "checked"; ?> onclick="enable_change(false)">
<strong>Disable the firewalls filter altogether.</strong><br>
- <span class="vexpl"><br>
- NOTE! This basically converts pfSense into a routing only platform!</span></td>
+ <span class="vexpl">NOTE! This basically converts pfSense into a routing only platform!</span></td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
OpenPOWER on IntegriCloud