From 3c200461f81250f7e112149bf9b55245943b42c1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Apr 2013 22:27:05 +0400 Subject: more notice css tweaks --- 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 e0c102b38..0908bf8d3 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