1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 13:49:15 +00:00

fix borders on filter test results container

This commit is contained in:
Andrew Dolgov
2012-06-20 16:14:40 +04:00
parent aa8b48a02b
commit 82ace1aba8
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class Pref_Filters extends Protected_Handler {
print __("Articles matching this filter:");
print "<div class=\"inactiveFeedHolder\">";
print "<div class=\"filterTestHolder\">";
print "<table width=\"100%\" cellspacing=\"0\" id=\"prefErrorFeedList\">";
if ($regexp_valid) {