diff --git a/ChangeLog b/ChangeLog index 96319ab50..2b4653246 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-12-23 Marc Delisle + * css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes + 2003-12-21 Marc Delisle * lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik). diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index a58c3cf5b..d2d02e063 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -234,7 +234,7 @@ button.mult_submit { .syntax_alpha_functionName {text-transform: uppercase;} .syntax_alpha_identifier {} .syntax_alpha_variable {} -.syntax_quote {} +.syntax_quote {white-space: pre;} .syntax_quote_backtick {}