summaryrefslogtreecommitdiff
path: root/xhtml/htmltbl.xsl
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-03-17 20:07:05 +0000
committer <>2015-07-07 10:18:30 +0000
commit802da9dd5d4bc18f46a916eedc0c5c1980a15e59 (patch)
treef78a8637465b7a4c9624fef03d27eb7aeaa779d4 /xhtml/htmltbl.xsl
parent18f63104106b81bf37ca1af774d7be38051e5444 (diff)
downloaddocbook-xsl-802da9dd5d4bc18f46a916eedc0c5c1980a15e59.tar.gz
Imported from /home/lorry/working-area/delta_docbook-xsl/docbook-xsl-1.78.1.tar.bz2.HEADdocbook-xsl-1.78.1master
Diffstat (limited to 'xhtml/htmltbl.xsl')
-rw-r--r--xhtml/htmltbl.xsl5
1 files changed, 1 insertions, 4 deletions
diff --git a/xhtml/htmltbl.xsl b/xhtml/htmltbl.xsl
index 9796e6c..1f05962 100644
--- a/xhtml/htmltbl.xsl
+++ b/xhtml/htmltbl.xsl
@@ -4,7 +4,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" 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.
@@ -18,9 +18,6 @@
<xsl:template match="table" mode="htmlTable">
<xsl:element name="table" namespace="http://www.w3.org/1999/xhtml">
<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>