summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/backend.php b/backend.php
index 48d0ca3c1..e9eb718f3 100644
--- a/backend.php
+++ b/backend.php
@@ -1239,11 +1239,6 @@
  
Toggle: <a href=\"javascript:selectionToggleUnread()\">Unread</a>,
<a href=\"javascript:selectionToggleMarked()\">Starred</a>";
- if ($last_error) {
- print "&nbsp;&nbsp;
- <a class=\"warning\" href=\"javascript:alert('Could not update
- feed: $last_error')\">Could not update this feed...</a>";
- }
print "</td>";
} else {
@@ -1262,6 +1257,11 @@
}
+ if ($last_error) {
+ print "<td align='center' class='small'>
+ <a class=\"warning\" href=\"javascript:alert('TT-RSS encountered an error while trying to update this feed.\\n\\n$last_error')\">Could not update this feed.</a></td>";
+ }
+
print "<td class=\"headlineTitle\">";
if ($feed_site_url) {