r21026 - htdocs/branches/beta/externals - Change doctype to XHTML1.0 strict to make interent explorer display in proper way the GnuCash branding on the right side of webpages.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 08:52:18 EDT 2011


Author: cmarchi
Date: 2011-07-31 08:52:18 -0400 (Sun, 31 Jul 2011)
New Revision: 21026
Trac: http://svn.gnucash.org/trac/changeset/21026

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Change doctype to XHTML1.0 strict to make interent explorer display in proper way the GnuCash branding on the right side of webpages.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-31 11:55:02 UTC (rev 21025)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-31 12:52:18 UTC (rev 21026)
@@ -1,5 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
+<!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">
+
 <?php
 $titleRSS = T_("Subscribe to RSS feed");
 $titledonation = T_("Support the GnuCash project with a donation");



More information about the gnucash-changes mailing list