aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_interfaces_suppress.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2013-06-19 00:15:02 -0700
committerErmal Luçi <eri@pfsense.org>2013-06-19 00:15:02 -0700
commitadb2429a28a55c6487c34f521e20c8a0306cf8e8 (patch)
treeed4a96f4c0d53078b51dfae7f80fca00129a460d /config/snort/snort_interfaces_suppress.php
parent22bce8037274c62c19e422ca1d05f4c4360c1270 (diff)
parent34cb0a39d7d14ecba7a4fc5060a04760d3921bc8 (diff)
downloadpfsense-packages-adb2429a28a55c6487c34f521e20c8a0306cf8e8.tar.gz
pfsense-packages-adb2429a28a55c6487c34f521e20c8a0306cf8e8.tar.bz2
pfsense-packages-adb2429a28a55c6487c34f521e20c8a0306cf8e8.zip
Merge pull request #461 from bmeeks8/master
Snort Package v 2.5.9 Update
Diffstat (limited to 'config/snort/snort_interfaces_suppress.php')
-rw-r--r--config/snort/snort_interfaces_suppress.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/snort/snort_interfaces_suppress.php b/config/snort/snort_interfaces_suppress.php
index 8095ff37..780a6e92 100644
--- a/config/snort/snort_interfaces_suppress.php
+++ b/config/snort/snort_interfaces_suppress.php
@@ -98,7 +98,7 @@ if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}
<?=htmlspecialchars($list['name']);?></td>
<td class="listbg"
ondblclick="document.location='snort_interfaces_suppress_edit.php?id=<?=$i;?>';">
- <font color="#FFFFFF"> <?=htmlspecialchars($list['descr']);?>&nbsp;
+ <font color="#FFFFFF"> <?=htmlspecialchars($list['descr']);?>&nbsp;</font>
</td>
<td valign="middle" nowrap class="list">
@@ -130,17 +130,17 @@ if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}
width="17" height="17" border="0" title="<?php echo gettext("add a new list"); ?>"></a></td>
</tr>
</table>
- </div>
</td>
</tr>
</table>
+</div>
</td></tr>
<tr>
<td colspan="3" width="100%"><br/><span class="vexpl"><span class="red"><strong><?php echo gettext("Note:"); ?></strong></span>
- <p><span class="vexpl"><?php echo gettext("Here you can create event filtering and " .
+ <p><?php echo gettext("Here you can create event filtering and " .
"suppression for your snort package rules."); ?><br/><br/>
<?php echo gettext("Please note that you must restart a running Interface so that changes can " .
- "take effect."); ?></span></p></td>
+ "take effect."); ?></p></span></td>
</tr>
</table>
</form>