diff options
author | Ermal <eri@pfsense.org> | 2012-07-18 06:37:13 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-18 06:37:13 +0000 |
commit | fe7adba408e06860129fb6970428cc2a8fae8ab9 (patch) | |
tree | 42e89274e4391fd17816df07190917c010cd80ee /config | |
parent | e2618ca4b906460455f1f778718ed9e9825d7085 (diff) | |
download | pfsense-packages-fe7adba408e06860129fb6970428cc2a8fae8ab9.tar.gz pfsense-packages-fe7adba408e06860129fb6970428cc2a8fae8ab9.tar.bz2 pfsense-packages-fe7adba408e06860129fb6970428cc2a8fae8ab9.zip |
Remove useless table
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort_blocked.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/snort/snort_blocked.php b/config/snort/snort_blocked.php index b88b85e9..c0363c4d 100644 --- a/config/snort/snort_blocked.php +++ b/config/snort/snort_blocked.php @@ -188,11 +188,8 @@ if ($pconfig['brefresh'] == 'on') <br> </td> </tr> - - <table class="tabcont" width="100%" border="0" cellspacing="0" - cellpadding="0"> - <tr> - <td> + <tr> + <td colspan="2"> <table id="sortabletable1" class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr id="frheader"> |