Do not use common header file, as there is nothing common at all.
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-11-15 Michal Čihař <michal@cihar.com>
|
||||||
|
* css/phpmyadmin.css.php: Do not use common header file, as there is
|
||||||
|
nothing common at all.
|
||||||
|
|
||||||
2005-11-14 Michal Čihař <michal@cihar.com>
|
2005-11-14 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
|
* libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
|
||||||
|
|
||||||
|
@@ -21,9 +21,9 @@ if ( $GLOBALS['text_dir'] === 'ltr' ) {
|
|||||||
// but only functions used to determine browser heritage.
|
// but only functions used to determine browser heritage.
|
||||||
PMA_setFontSizes();
|
PMA_setFontSizes();
|
||||||
|
|
||||||
$ctype = 'css';
|
// Send correct type:
|
||||||
require_once('./libraries/header_http.inc.php');
|
header('Content-Type: text/css; charset=ISO-8859-1');
|
||||||
unset( $ctype );
|
|
||||||
?>
|
?>
|
||||||
html {
|
html {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Reference in New Issue
Block a user