XHTML fix
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-07-25 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* header.inc.php3: XHTML compatibility
|
||||
|
||||
2003-07-24 Garvin Hicking <me@supergarv.de>
|
||||
* libraries/sqlparser.lib.php3 - Confirmation is also needed on
|
||||
TRUNCATE statements!
|
||||
|
@@ -111,7 +111,7 @@ var errorMsg2 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strNotValidNum
|
||||
}
|
||||
echo "\n";
|
||||
?>
|
||||
<meta name="OBGZip" value="<?php echo ($cfg['OBGzip'] ? 'true' : 'false'); ?>" />
|
||||
<meta name="OBGZip" content="<?php echo ($cfg['OBGzip'] ? 'true' : 'false'); ?>" />
|
||||
</head>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user