diff --git a/ChangeLog b/ChangeLog index e6f801fba..25a9619e3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,8 @@ $Source$ * header_printview.inc.php: RFE #856503, show number of rows in printview * tbl_replace.php, tbl_replace_fields.php: Fixed #857445, #857684 where non-existant fields caused PHP notices. - + * db_details.php: Removed unneccessary whitespace + 2003-12-10 Garvin Hicking * db_datadict.php: Bug 857186: Real fix for the problem. The '@' delimiter slipped to the replacement's end instead of the expression's diff --git a/db_details.php b/db_details.php index 95ae830ee..ebb0f2666 100644 --- a/db_details.php +++ b/db_details.php @@ -68,7 +68,7 @@ if (!empty($query_to_display)) { } else { echo htmlspecialchars(str_replace('%d', PMA_backquote($db), $cfg['DefaultQueryDatabase'])); } -?>
+?>