aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_whitelist.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-06-18 18:46:51 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-06-18 18:46:51 -0400
commit469ed2647ad8b373b15cffc2917def5f90b13e53 (patch)
treeeb031ebb0f3a738026a0d36749cf4980f1550809 /config/snort/snort_interfaces_whitelist.php
parent06b1d1718f17c915600585cb2c21c37388e338b1 (diff)
downloadpfsense-packages-469ed2647ad8b373b15cffc2917def5f90b13e53.tar.gz
pfsense-packages-469ed2647ad8b373b15cffc2917def5f90b13e53.tar.bz2
pfsense-packages-469ed2647ad8b373b15cffc2917def5f90b13e53.zip
Remove any zero-length spaces in data when saving.
Diffstat (limited to 'config/snort/snort_interfaces_whitelist.php')
-rw-r--r--config/snort/snort_interfaces_whitelist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_interfaces_whitelist.php b/config/snort/snort_interfaces_whitelist.php
index 73c9efda..ab22103e 100644
--- a/config/snort/snort_interfaces_whitelist.php
+++ b/config/snort/snort_interfaces_whitelist.php
@@ -160,12 +160,12 @@ if ($savemsg) print_info_box($savemsg);
cellspacing="1">
<tr>
<td width="100%"><span class="vexpl"><span class="red"><strong><?php echo gettext("Note:"); ?></strong></span>
- <p><span class="vexpl"><?php echo gettext("Here you can create whitelist files for your " .
+ <p><?php echo gettext("Here you can create whitelist files for your " .
"snort package rules."); ?><br>
<?php echo gettext("Please add all the ips or networks you want to protect against snort " .
"block decisions."); ?><br>
<?php echo gettext("Remember that the default whitelist only includes local networks."); ?><br>
- <?php echo gettext("Be careful, it is very easy to get locked out of your system."); ?></span></p></td>
+ <?php echo gettext("Be careful, it is very easy to get locked out of your system."); ?></p></span></td>
</tr>
<tr>
<td width="100%"><span class="vexpl"><?php echo gettext("Remember you must restart Snort on the interface for changes to take effect!"); ?></span></td>