]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed superfluous thead, tbody and tgroup in match attribute (leaving only tr).
authorMauritz Jeanson <mj@johanneberg.com>
Sun, 3 Aug 2008 19:11:29 +0000 (19:11 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sun, 3 Aug 2008 19:11:29 +0000 (19:11 +0000)
xsl/html/htmltbl.xsl

index 5b186f19436a503da6488e24738d3795cd1ff1c7..41c9f58a7ed7396ac277e78e3d42177fbbacf0e0 100644 (file)
@@ -39,7 +39,7 @@
   </caption>
 </xsl:template>
 
-<xsl:template match="thead|tbody|tgroup|tr" mode="htmlTable">
+<xsl:template match="tr" mode="htmlTable">
   <xsl:element name="{name(.)}">
     <xsl:copy-of select="@*"/>
     <xsl:apply-templates mode="htmlTable"/>