- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Feb 2010 12:54:32 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv28016/js
Modified Files:
respec.js
Log Message:
minor improvement
Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- respec.js 10 Feb 2010 12:53:39 -0000 1.83
+++ respec.js 10 Feb 2010 12:54:30 -0000 1.84
@@ -423,7 +423,7 @@
header += " " + this.additionalCopyrightHolders + " &";
}
if (this.specStatus == "unofficial")
- header += "This document is licensed under a <a class='subfoot' href='http://creativecommons.org/licenses/by/3.0/' rel='license'>Creative Commons Attribution 3.0 License</a>";
+ header += " This document is licensed under a <a class='subfoot' href='http://creativecommons.org/licenses/by/3.0/' rel='license'>Creative Commons Attribution 3.0 License</a>.";
else
header += " <a href='http://www.w3.org/'><acronym title='World Wide Web Consortium'>W3C</acronym></a><sup>®</sup> " +
"(<a href='http://www.csail.mit.edu/'><acronym title='Massachusetts Institute of Technology'>MIT</acronym></a>, " +
Received on Wednesday, 10 February 2010 12:54:33 UTC