diff --git a/libraries/db_designer.lib.php b/libraries/db_designer.lib.php index 16880d8804..c07513ec80 100644 --- a/libraries/db_designer.lib.php +++ b/libraries/db_designer.lib.php @@ -584,7 +584,7 @@ function PMA_getDatabaseTables( $html .= 'id="id_hide_tbody_' . $t_n_url . '" '; $html .= 'onmouseover="this.className=\'small_tab2\';" '; $html .= 'onmouseout="this.className=\'small_tab\';" '; - $html .= 'onclick="Small_tab(' . $t_n_url . ', 1)">'; + $html .= 'onclick="Small_tab(\'' . $t_n_url . '\', 1)">'; // no space alloawd here, between tags and content !!! // JavaScript function does require this @@ -599,8 +599,8 @@ function PMA_getDatabaseTables( $html .= '