r21027 - htdocs/branches/beta/externals - More tweaks for XHTML1.0strict doctype.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 09:03:07 EDT 2011


Author: cmarchi
Date: 2011-07-31 09:03:07 -0400 (Sun, 31 Jul 2011)
New Revision: 21027
Trac: http://svn.gnucash.org/trac/changeset/21027

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
More tweaks for XHTML1.0strict doctype.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-31 12:52:18 UTC (rev 21026)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-31 13:03:07 UTC (rev 21027)
@@ -1,6 +1,6 @@
-<!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">
+<!DOCTYPE html 
+     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <?php
 $titleRSS = T_("Subscribe to RSS feed");
@@ -8,7 +8,7 @@
 $titleuservoice = T_("Request or vote an enhancement for GnuCash");
 ?>
 
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <?php
 if (!isset($can_utf)) { $can_utf = true; }



More information about the gnucash-changes mailing list