aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_preprocessors.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-07-09 17:31:30 +0000
committerErmal <eri@pfsense.org>2012-07-09 17:31:30 +0000
commitd1b4562c28d0ea7d945349084fb7f6098dad2df1 (patch)
tree0d893bdd10bbfebf2d9e91a43ab64f6a26f99541 /config/snort/snort_preprocessors.php
parente0f6532be800b950a0771c8aa75f6c4a47c39813 (diff)
downloadpfsense-packages-d1b4562c28d0ea7d945349084fb7f6098dad2df1.tar.gz
pfsense-packages-d1b4562c28d0ea7d945349084fb7f6098dad2df1.tar.bz2
pfsense-packages-d1b4562c28d0ea7d945349084fb7f6098dad2df1.zip
Oops missed fixes for page
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rw-r--r--config/snort/snort_preprocessors.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php
index 19c2ead8..b3fd2510 100644
--- a/config/snort/snort_preprocessors.php
+++ b/config/snort/snort_preprocessors.php
@@ -131,7 +131,7 @@ include_once("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<?php if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
+<?php if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}
/* Display Alert message */
@@ -162,7 +162,7 @@ include_once("head.inc");
display_top_tabs($tab_array);
?>
</td></tr>
-</table>
+<tr><td class="tabcont">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top">&nbsp;</td>
@@ -333,6 +333,7 @@ include_once("head.inc");
Please save your settings before you click Start. </td>
</tr>
</table>
+</td></tr></table>
</form>
<?php include("fend.inc"); ?>
</body>