From 242746fd1769c9b6668d586e1f5ba2a141bf0000 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Fri, 31 Oct 2014 10:44:20 -0400 Subject: [PATCH] Changing close message button to use × instead of X --- inc/3rdparty/class.messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/3rdparty/class.messages.php b/inc/3rdparty/class.messages.php index 27c28f43..fbca0df0 100644 --- a/inc/3rdparty/class.messages.php +++ b/inc/3rdparty/class.messages.php @@ -44,7 +44,7 @@ class Messages { var $msgId; var $msgTypes = array( 'help', 'info', 'warning', 'success', 'error' ); var $msgClass = 'messages'; - var $msgWrapper = "
X\n%s
\n"; + var $msgWrapper = "
×\n%s
\n"; var $msgBefore = '

'; var $msgAfter = "

\n"; -- 2.41.0