Fixed bug #536550 - DOCTYPE line contains line feeds

This commit is contained in:
Loïc Chapeaux
2002-03-30 14:39:22 +00:00
parent 2441ab3eb0
commit ea05017a4e
7 changed files with 7 additions and 14 deletions

View File

@@ -32,8 +32,7 @@ if (!defined('PMA_HTTP_AUTH_INCLUDED')) {
// Defines the charset to be used
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">