- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Jul 2010 22:24:49 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js In directory hutz:/tmp/cvs-serv26719 Modified Files: respec.js Log Message: Dont emit lang in XHTML mode (yet). Index: respec.js =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v retrieving revision 1.130 retrieving revision 1.131 diff -u -d -r1.130 -r1.131 --- respec.js 9 Jul 2010 22:18:12 -0000 1.130 +++ respec.js 9 Jul 2010 22:24:46 -0000 1.131 @@ -339,6 +339,9 @@ var hasxmlns = 0 ; for (var i = 0; i < ats.length; i++) { var an = ats[i].name; + if (an == "lang" ) { + continue ; + } if (an == "xmlns" ) { hasxmlns = 1; }
Received on Friday, 9 July 2010 22:24:50 UTC