r21036 - htdocs/branches/beta/externals - Validation is now against XHTML 1.0 Strict.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 09:35:55 EDT 2011


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

Modified:
   htdocs/branches/beta/externals/footer.phtml
Log:
Validation is now against XHTML 1.0 Strict.

Modified: htdocs/branches/beta/externals/footer.phtml
===================================================================
--- htdocs/branches/beta/externals/footer.phtml	2011-07-31 13:33:34 UTC (rev 21035)
+++ htdocs/branches/beta/externals/footer.phtml	2011-07-31 13:35:55 UTC (rev 21036)
@@ -1,6 +1,6 @@
 <div id="tail">
 <div id="validator">
-<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Strict" height="31" width="88" /></a></p>
+<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a></p>
 </div>
 <p><b>Copyright © 2001-2011 The GnuCash Project</b></p>
 <p><?= T_("Server & email outage reports to:")?> <a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>



More information about the gnucash-changes mailing list