diff --git a/libraries/common.lib.php b/libraries/common.lib.php
index 77fa606fb..e12df7cd1 100755
--- a/libraries/common.lib.php
+++ b/libraries/common.lib.php
@@ -2551,10 +2551,16 @@ function PMA_generate_slider_effect($id, $message)
echo '
';
return;
}
+ /**
+ * Bad hack on the next line. document.write() conflicts with jQuery, hence,
+ * opening the
with PHP itself instead of JavaScript.
+ *
+ * @todo find a better solution that uses $.append(), the recommended method
+ */
?>
+
>