From ab5908be5e2a933ff2ea8085b0e586a0532784de Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 18 Jan 2005 17:04:46 +0000 Subject: [PATCH] make lightbulbs clickable --- 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 a4fa27435..47aa94359 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -556,7 +556,7 @@ if ($is_minimum_common == FALSE) { */ function PMA_showHint($hint_message) { - return '' . $hint_message . ''; + return '' . $hint_message . ''; } /**