From 4c2abbc1211b2fa415c8f1ef753f5bbb61668469 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Jun 2006 14:43:26 +0100 Subject: [PATCH] fix sanity check error message format --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 85498438..3d6078b1 100644 --- a/functions.php +++ b/functions.php @@ -1550,7 +1550,9 @@ $error_msg = "$error_msg; $add_msg"; } + print ""; print ""; + print ""; } function subscribe_to_feed($link, $feed_link, $cat_id = 0) { -- 2.39.2