2009/dap/ReSpec.js/js respec.js,1.176,1.177

Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv28359

Modified Files:
	respec.js 
Log Message:
Fixed nit with article "a" in "Publication as *a*" sentence, using 'art' variable. Note 'art' is used with text generated by status2long and status2text. That works for now but might require two 'art' variables if generated texts diverge for some reason in the future


Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- respec.js	29 Nov 2011 13:25:43 -0000	1.176
+++ respec.js	29 Nov 2011 13:45:14 -0000	1.177
@@ -994,7 +994,7 @@
                                                  this._humanDate(this.crEnd) + ".";
             sotd += " All feedback is welcome.</p>";
             if (this.specStatus != "REC") {
-                sotd += "<p>Publication as a " + this.status2text[this.specStatus] + " does not imply endorsement by the W3C Membership. " +
+                sotd += "<p>Publication as " + art + this.status2text[this.specStatus] + " does not imply endorsement by the W3C Membership. " +
                     "This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate " +
                     "to cite this document as other than work in progress.</p>";
             }

Received on Tuesday, 29 November 2011 13:45:18 UTC