r21305 - htdocs/branches/beta/externals - Try to use XHTML 1.0 Transitional to valide google+1 button code.

Cristian Marchi cmarchi at code.gnucash.org
Fri Sep 23 04:23:07 EDT 2011


Author: cmarchi
Date: 2011-09-23 04:23:07 -0400 (Fri, 23 Sep 2011)
New Revision: 21305
Trac: http://svn.gnucash.org/trac/changeset/21305

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Try to use XHTML 1.0 Transitional to valide google+1 button code.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-09-23 08:20:03 UTC (rev 21304)
+++ htdocs/branches/beta/externals/header.phtml	2011-09-23 08:23:07 UTC (rev 21305)
@@ -1,6 +1,5 @@
-<!DOCTYPE html 
-     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
 <?php
 $titleRSS = T_("Subscribe to RSS feed");



More information about the gnucash-changes mailing list