r21445 - htdocs/branches/beta/externals - Change validate button to XHTML+RDFa.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 09:08:59 EDT 2011


Author: cmarchi
Date: 2011-10-18 09:08:59 -0400 (Tue, 18 Oct 2011)
New Revision: 21445
Trac: http://svn.gnucash.org/trac/changeset/21445

Modified:
   htdocs/branches/beta/externals/footer.phtml
Log:
Change validate button to XHTML+RDFa.

Modified: htdocs/branches/beta/externals/footer.phtml
===================================================================
--- htdocs/branches/beta/externals/footer.phtml	2011-10-18 13:06:03 UTC (rev 21444)
+++ htdocs/branches/beta/externals/footer.phtml	2011-10-18 13:08:59 UTC (rev 21445)
@@ -2,7 +2,9 @@
 
 <div id="tail">
 <div id="validator">
-<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>
+<p about="" resource="http://www.w3.org/TR/rdfa-syntax" rel="dc:conformsTo" xmlns:dc="http://purl.org/dc/terms/">
+<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" 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