patch 864334

This commit is contained in:
Marc Delisle
2003-12-22 13:07:30 +00:00
parent 0c904744d4
commit ba0616f216
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-12-23 Marc Delisle <lem9@users.sourceforge.net>
* css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
2003-12-21 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).

View File

@@ -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 {}
<?php
echo PMA_SQP_buildCssData();