From: Andrew Dolgov Date: Sun, 18 Dec 2005 19:29:19 +0000 (+0100) Subject: headlines: change update error prompt position/wording X-Git-Tag: schema_freeze_for_1.1.1~27 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=078cb9963231bfff622dc98f3354c958e3a9cd36;p=tt-rss.git headlines: change update error prompt position/wording --- diff --git a/backend.php b/backend.php index 48d0ca3c..e9eb718f 100644 --- a/backend.php +++ b/backend.php @@ -1239,11 +1239,6 @@    Toggle: Unread, Starred"; - if ($last_error) { - print "   - Could not update this feed..."; - } print ""; } else { @@ -1262,6 +1257,11 @@ } + if ($last_error) { + print " + Could not update this feed."; + } + print ""; if ($feed_site_url) {