- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Apr 2010 14:35:28 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js In directory hutz:/tmp/cvs-serv8055/js Modified Files: respec.js Log Message: Okay - this is stupid. I need to find a way to test this stuff locally! Index: respec.js =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v retrieving revision 1.115 retrieving revision 1.116 diff -u -d -r1.115 -r1.116 --- respec.js 16 Apr 2010 14:34:34 -0000 1.115 +++ respec.js 16 Apr 2010 14:35:26 -0000 1.116 @@ -531,7 +531,7 @@ header += "<dt>Latest editor's draft:</dt><dd><a href='" + this.edDraftURI + "'>" + this.edDraftURI + "</a></dd>"; } } - if (this.specStatus != "FPWD" && !this.isNoTrack) + if (this.specStatus != "FPWD" && !this.isNoTrack) { if (!this.prevED) { header += "<dt>Previous version:</dt><dd>" + prevVersion + "</dd>"; } else {
Received on Friday, 16 April 2010 14:35:29 UTC