- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Jul 2010 19:39:57 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv13912
Modified Files:
respec.js
Log Message:
Fixed publisher triples harder.
Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- respec.js 6 Jul 2010 18:48:26 -0000 1.128
+++ respec.js 6 Jul 2010 19:39:55 -0000 1.129
@@ -711,7 +711,7 @@
header += this.publishDate.getFullYear();
if (this.additionalCopyrightHolders) header += " " + this.additionalCopyrightHolders + " &";
if (this.doRDFa) {
- header += " <span rel='dcterms:publisher'><span resource='[_:publisher]' rel='foaf:Organization'><a rel='foaf:homepage' href='http://www.w3.org/'><acronym about='[_:publisher]' property='foaf:name' content='World Wide Web Consortium' title='World Wide Web Consortium'>W3C</acronym></a><sup>®</sup></span></span> ";
+ header += " <span rel='dcterms:publisher' resource='[_:publisher]'><span about='[_:publisher]' typeof='foaf:Organization'><a about='[_:publisher]' rel='foaf:homepage' href='http://www.w3.org/'><acronym about='[_:publisher]' property='foaf:name' content='World Wide Web Consortium' title='World Wide Web Consortium'>W3C</acronym></a><sup>®</sup></span></span> ";
} else {
header += " <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C</acronym></a><sup>®</sup> " ;
}
Received on Tuesday, 6 July 2010 19:39:58 UTC