diff options
Diffstat (limited to 'html/htmltbl.xsl')
-rw-r--r-- | html/htmltbl.xsl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/html/htmltbl.xsl b/html/htmltbl.xsl index e21712b..3e31235 100644 --- a/html/htmltbl.xsl +++ b/html/htmltbl.xsl @@ -3,7 +3,7 @@ version="1.0"> <!-- ******************************************************************** - $Id: htmltbl.xsl 9140 2011-10-30 03:42:11Z bobstayton $ + $Id: htmltbl.xsl 9501 2012-07-16 00:14:50Z bobstayton $ ******************************************************************** This file is part of the XSL DocBook Stylesheet distribution. @@ -17,9 +17,6 @@ <xsl:template match="table" mode="htmlTable"> <xsl:element name="table" namespace=""> <xsl:apply-templates select="@*" mode="htmlTableAtt"/> - <xsl:attribute name="id"> - <xsl:call-template name="object.id"/> - </xsl:attribute> <xsl:call-template name="htmlTable"/> </xsl:element> </xsl:template> |