diff options
author | Ermal <eri@pfsense.org> | 2012-07-09 17:17:48 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-09 17:17:48 +0000 |
commit | 598c9cc110d165d254ca05efa7dfae8d267bf1d4 (patch) | |
tree | 321a0c4364ca6edf5e3eb4fe58dadb2fb9d016c8 /config | |
parent | 021f53e00b3f8ee5cc6f2cbb73b7a3c7b88b70c0 (diff) | |
download | pfsense-packages-598c9cc110d165d254ca05efa7dfae8d267bf1d4.tar.gz pfsense-packages-598c9cc110d165d254ca05efa7dfae8d267bf1d4.tar.bz2 pfsense-packages-598c9cc110d165d254ca05efa7dfae8d267bf1d4.zip |
Fix to include in the theme
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort_interfaces_suppress_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_interfaces_suppress_edit.php b/config/snort/snort_interfaces_suppress_edit.php index 0bd04412..db2757a9 100644 --- a/config/snort/snort_interfaces_suppress_edit.php +++ b/config/snort/snort_interfaces_suppress_edit.php @@ -208,7 +208,7 @@ include("fbegin.inc"); </tr> <tr> <td colspan="2" width="100%" class="vtable"><textarea wrap="off" - name="suppresspassthru" cols="100" rows="28" id="suppresspassthru"> + name="suppresspassthru" cols="90" rows="28" id="suppresspassthru"> <?=htmlspecialchars($pconfig['suppresspassthru']);?></textarea> </td> </tr> |