- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 06:36:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv26206/tools Modified Files: preprocess.xsl Log Message: Looks like whitespace stripping needs to happen to non-keywords too. (whatwg r6123) [updated by splitter] Index: preprocess.xsl =================================================================== RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- preprocess.xsl 9 May 2011 06:21:13 -0000 1.29 +++ preprocess.xsl 9 May 2011 06:36:28 -0000 1.30 @@ -158,7 +158,7 @@ <p class="jumpIndexA-other"> <a class="noindex" href="#global-attributes">global attributes</a> <a class="noindex" href="#index-of-terms">terms</a> -<a class="noindex" href="#toc">toc</a> +<a class="noindex" href="#contents">toc</a> </p> </div> </div>
Received on Monday, 9 May 2011 06:36:34 UTC