patch 864334
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-12-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
|
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
|
||||||
|
|
||||||
|
@@ -234,7 +234,7 @@ button.mult_submit {
|
|||||||
.syntax_alpha_functionName {text-transform: uppercase;}
|
.syntax_alpha_functionName {text-transform: uppercase;}
|
||||||
.syntax_alpha_identifier {}
|
.syntax_alpha_identifier {}
|
||||||
.syntax_alpha_variable {}
|
.syntax_alpha_variable {}
|
||||||
.syntax_quote {}
|
.syntax_quote {white-space: pre;}
|
||||||
.syntax_quote_backtick {}
|
.syntax_quote_backtick {}
|
||||||
<?php
|
<?php
|
||||||
echo PMA_SQP_buildCssData();
|
echo PMA_SQP_buildCssData();
|
||||||
|
Reference in New Issue
Block a user