Author: cfinck Date: Wed Jul 30 05:54:25 2008 New Revision: 34950
URL: http://svn.reactos.org/svn/reactos?rev=34950&view=rev Log: Remove the wrong lang="de" attribute for all RosCMS headers and make it more HTML 4.01-compliant
Modified: trunk/web/reactos.org/htdocs/roscms/inc/head.php trunk/web/reactos.org/htdocs/roscms/inc/header.php
Modified: trunk/web/reactos.org/htdocs/roscms/inc/head.php URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/inc/h... ============================================================================== --- trunk/web/reactos.org/htdocs/roscms/inc/head.php [iso-8859-1] (original) +++ trunk/web/reactos.org/htdocs/roscms/inc/head.php [iso-8859-1] Wed Jul 30 05:54:25 2008 @@ -44,18 +44,17 @@
?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> - -<html lang="de"> +<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $roscms_langres['charset']; ?>" /> + <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $roscms_langres['charset']; ?>"> <title>ReactOS Homepage - <?php echo $page_title ; ?></title> - <meta http-equiv="Pragma" content="no-cache" > - <meta name="Copyright" content="ReactOS Foundation" > - <meta name="generator" content="RosCMS" > + <meta http-equiv="Pragma" content="no-cache"> + <meta name="Copyright" content="ReactOS Foundation"> + <meta name="generator" content="RosCMS"> <meta name="Content-language" content="<?php echo $roscms_langres['lang_code']; ?>"> - <meta name="Robots" content="noindex,nofollow" > - <link rel="SHORTCUT ICON" href="../favicon.ico" > - <link href="<?php echo $roscms_intern_path_server."roscms/"; ?>style.css" type="text/css" rel="stylesheet" /> + <meta name="Robots" content="noindex,nofollow"> + <link rel="SHORTCUT ICON" href="../favicon.ico"> + <link href="<?php echo $roscms_intern_path_server."roscms/"; ?>style.css" type="text/css" rel="stylesheet"> <?php if ($logo == "normal") {
Modified: trunk/web/reactos.org/htdocs/roscms/inc/header.php URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/inc/h... ============================================================================== --- trunk/web/reactos.org/htdocs/roscms/inc/header.php [iso-8859-1] (original) +++ trunk/web/reactos.org/htdocs/roscms/inc/header.php [iso-8859-1] Wed Jul 30 05:54:25 2008 @@ -36,18 +36,17 @@
?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> - -<html lang="de"> +<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $roscms_langres['charset']; ?>" /> + <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $roscms_langres['charset']; ?>"> <title>ReactOS - <?php echo $page_title ; ?></title> - <meta http-equiv="Pragma" content="no-cache" > - <meta name="Copyright" content="ReactOS Foundation" > - <meta name="generator" content="RosCMS" > + <meta http-equiv="Pragma" content="no-cache"> + <meta name="Copyright" content="ReactOS Foundation"> + <meta name="generator" content="RosCMS"> <meta name="Content-language" content="<?php echo $roscms_langres['lang_code']; ?>"> - <meta name="Robots" content="noindex,nofollow" > - <link rel="SHORTCUT ICON" href="../favicon.ico" > - <link href="<?php echo $roscms_intern_path_server."roscms/"; ?>style_v3.css" type="text/css" rel="stylesheet" /> + <meta name="Robots" content="noindex,nofollow"> + <link rel="SHORTCUT ICON" href="../favicon.ico"> + <link href="<?php echo $roscms_intern_path_server."roscms/"; ?>style_v3.css" type="text/css" rel="stylesheet"> <?php if ($logo == "normal") {