summaryrefslogtreecommitdiff
path: root/modules/pref-filters.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-14 09:08:18 +0100
committerAndrew Dolgov <[email protected]>2007-05-14 09:08:18 +0100
commit5ede560f8ceff1d2eb5d2dcd2bd7432acfa18f73 (patch)
tree407d67a1a7a6bf6cfd882bd3d7b8e9889ce5ddb7 /modules/pref-filters.php
parente8d0177dab545981e944cd11a514c12cdcc61ff9 (diff)
add infobox overlay, layout fixes
Diffstat (limited to 'modules/pref-filters.php')
-rw-r--r--modules/pref-filters.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index db2744b28..7445c0e0d 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -260,7 +260,7 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
<td width=\"20%\"><a href=\"javascript:updateFilterList('reg_exp')\">".__('Filter expression')."</a></td>
- <td width=\"20%\"><a href=\"javascript:updateFilterList('feed_title')\">".__('Feed')."</a></td>
+ <td width=\"\"><a href=\"javascript:updateFilterList('feed_title')\">".__('Feed')."</a></td>
<td width=\"15%\"><a href=\"javascript:updateFilterList('filter_type')\">".__('Match')."</a></td>
<td width=\"15%\"><a href=\"javascript:updateFilterList('action_description')\">".__('Action')."</a></td>";