r20986 - htdocs/branches/beta/externals - Test for the HTML 4.01 strict doctype.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 15:48:23 EDT 2011


Author: cmarchi
Date: 2011-07-29 15:48:22 -0400 (Fri, 29 Jul 2011)
New Revision: 20986
Trac: http://svn.gnucash.org/trac/changeset/20986

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Test for the HTML 4.01 strict doctype.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-29 18:28:19 UTC (rev 20985)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-29 19:48:22 UTC (rev 20986)
@@ -1,4 +1,5 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
 <?php
 $titleRSS = T_("Subscribe to RSS feed");
 $titledonation = T_("Support the GnuCash project with a donation");



More information about the gnucash-changes mailing list