summaryrefslogtreecommitdiff
path: root/xhtml-1_1/htmltbl.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xhtml-1_1/htmltbl.xsl')
-rw-r--r--xhtml-1_1/htmltbl.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/xhtml-1_1/htmltbl.xsl b/xhtml-1_1/htmltbl.xsl
index 1f05962..fa900e5 100644
--- a/xhtml-1_1/htmltbl.xsl
+++ b/xhtml-1_1/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 9501 2012-07-16 00:14:50Z bobstayton $
+ $Id: htmltbl.xsl 9916 2014-05-15 16:08:21Z bobstayton $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -58,7 +58,7 @@
<xsl:template mode="htmlTableAtt" match="@*"/>
<!-- copy these through -->
-<xsl:template mode="htmlTableAtt" match="@abbr | @align | @axis | @bgcolor | @border | @cellpadding | @cellspacing | @char | @charoff | @class | @dir | @frame | @headers | @height | @lang | @nowrap | @onclick | @ondblclick | @onkeydown | @onkeypress | @onkeyup | @onmousedown | @onmousemove | @onmouseout | @onmouseover | @onmouseup | @rules | @style | @summary | @title | @valign | @valign | @width | @xml:lang">
+<xsl:template mode="htmlTableAtt" match="@abbr | @align | @axis | @bgcolor | @border | @cellpadding | @cellspacing | @char | @charoff | @class | @dir | @frame | @headers | @height | @id | @lang | @nowrap | @onclick | @ondblclick | @onkeydown | @onkeypress | @onkeyup | @onmousedown | @onmousemove | @onmouseout | @onmouseover | @onmouseup | @rules | @scope | @style | @summary | @title | @valign | @valign | @width | @xml:id | @xml:lang">
<xsl:copy-of select="."/>
</xsl:template>