diff --git a/db_datadict.php b/db_datadict.php index f08a5c4779..fd42976f1a 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -49,8 +49,8 @@ if ($cfgRelation['commwork']) { * Displays DB comment */ if ($comment) { - echo '
' . __('Database comment: ') - . '' . htmlspecialchars($comment) . '
'; + echo '' . __('Database comment:') + . ' ' . htmlspecialchars($comment) . '
'; } // end if } diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 0f3fd622f1..04dcd8cfdf 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -29,7 +29,7 @@ function PMA_getHtmlForDatabaseComment($db) $html_output .= '