- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 04 Dec 2010 08:00:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv9627/tools
Modified Files:
preprocess.xsl
Log Message:
we don't need the warning box in the author view
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- preprocess.xsl 13 Oct 2010 22:55:21 -0000 1.3
+++ preprocess.xsl 4 Dec 2010 08:00:37 -0000 1.4
@@ -87,6 +87,7 @@
conformance criteria, UA implementors should not rely on it,
but should instead refer to the full specification.</p>
</xsl:template>
+ <xsl:template match="p[@id='wip']"/>
<xsl:template match="*[@id='references']" name="insert-index-of-terms">
<xsl:text> </xsl:text>
<h2 id="index-of-terms" class="no-num">Index of terms</h2>
Received on Saturday, 4 December 2010 08:00:41 UTC