1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 23:51:29 +00:00

fix height of feed update errors list

This commit is contained in:
Andrew Dolgov
2006-12-08 06:52:21 +01:00
parent 333f0b2aae
commit e8dd519bbe
2 changed files with 11 additions and 1 deletions

View File

@@ -250,7 +250,7 @@
$result = db_query($link, "SELECT id,title,feed_url,last_error
FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
print "<ul class='nomarks'>";
print "<ul class='feedErrorsList'>";
while ($line = db_fetch_assoc($result)) {
print "<li><b>" . $line["title"] . "</b> (" . $line["feed_url"] . "): " .