aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/snort/snort_alerts.php3
-rw-r--r--config/snort/snort_barnyard.php2
-rw-r--r--config/snort/snort_blocked.php3
-rw-r--r--config/snort/snort_interfaces_edit.php4
-rw-r--r--config/snort/snort_interfaces_suppress_edit.php4
5 files changed, 7 insertions, 9 deletions
diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php
index 54bb8217..645a3f8d 100644
--- a/config/snort/snort_alerts.php
+++ b/config/snort/snort_alerts.php
@@ -258,7 +258,7 @@ if ($pconfig['arefresh'] == 'on')
echo "<meta http-equiv=\"refresh\" content=\"60;url=/snort/snort_alerts.php\" />\n";
?>
-<div class="body2"><?if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
+<?if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
@@ -518,7 +518,6 @@ if ($pconfig['arefresh'] == 'on')
</table>
</td>
</table>
-</div>
<?php
include("fend.inc");
?>
diff --git a/config/snort/snort_barnyard.php b/config/snort/snort_barnyard.php
index da7af754..2fa2437f 100644
--- a/config/snort/snort_barnyard.php
+++ b/config/snort/snort_barnyard.php
@@ -210,7 +210,7 @@ function enable_change(enable_change) {
<td width="22%" valign="top" class="vncell">Advanced configuration
pass through</td>
<td width="78%" class="vtable"><textarea name="barnconfigpassthru"
- cols="100" rows="7" id="barnconfigpassthru" class="formpre"><?=htmlspecialchars($pconfig['barnconfigpassthru']);?></textarea>
+ cols="100" rows="7" id="barnconfigpassthru" ><?=htmlspecialchars($pconfig['barnconfigpassthru']);?></textarea>
<br>
Arguments here will be automatically inserted into the running
barnyard2 configuration.</td>
diff --git a/config/snort/snort_blocked.php b/config/snort/snort_blocked.php
index d2b53386..858a51c2 100644
--- a/config/snort/snort_blocked.php
+++ b/config/snort/snort_blocked.php
@@ -186,7 +186,7 @@ if ($pconfig['brefresh'] == 'on')
echo "<meta http-equiv=\"refresh\" content=\"60;url=/snort/snort_blocked.php\" />\n";
?>
-<div class="body2"><?if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
+<?if($pfsense_stable == 'yes'){echo '<p class="pgtitle">' . $pgtitle . '</p>';}?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<table width="99%" border="0" cellpadding="0" cellspacing="0">
@@ -329,7 +329,6 @@ if ($pconfig['brefresh'] == 'on')
</td>
</tr>
</table>
-</div>
<?php
include("fend.inc");
?>
diff --git a/config/snort/snort_interfaces_edit.php b/config/snort/snort_interfaces_edit.php
index 76ee9aaf..b83f4ad2 100644
--- a/config/snort/snort_interfaces_edit.php
+++ b/config/snort/snort_interfaces_edit.php
@@ -635,8 +635,8 @@ function enable_change(enable_change) {
<tr>
<td width="22%" valign="top" class="vncell">Advanced configuration pass through</td>
<td width="78%" class="vtable">
- <textarea wrap="off" name="configpassthru" cols="65" rows="12" id="configpassthru"
- class="formpre"><?=htmlspecialchars($pconfig['configpassthru']);?></textarea>
+ <textarea wrap="off" name="configpassthru" cols="65" rows="12" id="configpassthru">
+ <?=htmlspecialchars($pconfig['configpassthru']);?></textarea>
</td>
</tr>
<tr>
diff --git a/config/snort/snort_interfaces_suppress_edit.php b/config/snort/snort_interfaces_suppress_edit.php
index ce81a270..0bd04412 100644
--- a/config/snort/snort_interfaces_suppress_edit.php
+++ b/config/snort/snort_interfaces_suppress_edit.php
@@ -208,8 +208,8 @@ include("fbegin.inc");
</tr>
<tr>
<td colspan="2" width="100%" class="vtable"><textarea wrap="off"
- name="suppresspassthru" cols="100" rows="28" id="suppresspassthru"
- class="formpre"><?=htmlspecialchars($pconfig['suppresspassthru']);?></textarea>
+ name="suppresspassthru" cols="100" rows="28" id="suppresspassthru">
+ <?=htmlspecialchars($pconfig['suppresspassthru']);?></textarea>
</td>
</tr>
<tr>