mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 16:21:28 +00:00
feed errors box in feed editor is collapsed by default
This commit is contained in:
@@ -1379,9 +1379,10 @@
|
||||
|
||||
print "<div class=\"warning\">";
|
||||
|
||||
print "<b>Feeds with update errors:</b>";
|
||||
print "<a href=\"javascript:showBlockElement('feedUpdateErrors')\">
|
||||
<b>Feeds with update errors</b> (click to expand)</a>";
|
||||
|
||||
print "<ul class=\"nomarks\">";
|
||||
print "<ul id=\"feedUpdateErrors\" class=\"nomarks\">";
|
||||
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
print "<li>" . $line["title"] . " (" . $line["feed_url"] . "): " .
|
||||
|
||||
Reference in New Issue
Block a user