XHTML fix

This commit is contained in:
Marc Delisle
2003-07-25 11:40:25 +00:00
parent b89b4f117b
commit 5f397a7fbb
2 changed files with 4 additions and 1 deletions

View File

@@ -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>