- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Nov 2009 15:19:47 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js In directory hutz:/tmp/cvs-serv31649 Modified Files: respec.js Log Message: allow html within sotd additions Index: respec.js =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- respec.js 12 Nov 2009 17:24:28 -0000 1.51 +++ respec.js 21 Nov 2009 15:19:45 -0000 1.52 @@ -403,7 +403,7 @@ "of this technical report can be found in the <a href='http://www.w3.org/TR/'>W3C technical reports " + "index</a> at http://www.w3.org/TR/.</em></p>"; if (custom) { - sotd += custom.textContent; + sotd += custom.innerHTML; custom.parentNode.removeChild(custom); } sotd +=
Received on Saturday, 21 November 2009 15:19:49 UTC