From 6d9426feae3d80272722de2fda6ee9e0056569ca Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Apr 2013 16:18:20 +0400 Subject: tweak notice/warning/etc display --- include/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 9f890eba7..e0c102b38 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2925,19 +2925,19 @@ function format_warning($msg, $id = "") { global $link; return "
-
$msg
"; + $msg"; } function format_notice($msg, $id = "") { global $link; return "
-
$msg
"; + $msg"; } function format_error($msg, $id = "") { global $link; return "
-
$msg
"; + $msg"; } function print_notice($msg) { -- cgit v1.2.3