From 078cb9963231bfff622dc98f3354c958e3a9cd36 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Dec 2005 20:29:19 +0100 Subject: [PATCH] headlines: change update error prompt position/wording --- backend.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) { -- 2.39.5