- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Apr 2011 08:59:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv9282/tools
Modified Files:
preprocess.xsl
Log Message:
style.css
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- preprocess.xsl 23 Apr 2011 08:26:30 -0000 1.11
+++ preprocess.xsl 23 Apr 2011 08:59:03 -0000 1.12
@@ -115,6 +115,6 @@
<td class="removed"> </td>
</xsl:template>
<xsl:template match="th[@class='impl']">
- <td class="removed"> </td>
+ <th class="removed"> </th>
</xsl:template>
</xsl:stylesheet>
Received on Saturday, 23 April 2011 08:59:06 UTC