From 2667e21340249051d74f1b8b6527e579aa80917f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 25 May 2008 12:08:02 +0000 Subject: [PATCH] incorrect XHTNL attribute --- libraries/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 6771b51c6..738afa48e 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -453,7 +453,7 @@ function PMA_showHint($message, $bbcode = false, $type = 'notice') return '[sup]' . $nr . '[/sup]'; } - return '' . $nr . ''; + return '' . $nr . ''; } /**