From 5f3b195007b865c477f4205fee936e7e0c86d7ea Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 15 May 2014 16:08:21 +0000 Subject: [PATCH] Fix bug #1334 to copy through HTML table attributes @scope and @id. --- xsl/html/htmltbl.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsl/html/htmltbl.xsl b/xsl/html/htmltbl.xsl index e1db72e50..2af8f1c96 100644 --- a/xsl/html/htmltbl.xsl +++ b/xsl/html/htmltbl.xsl @@ -72,6 +72,7 @@ | @frame | @headers | @height + | @id | @lang | @nowrap | @onclick @@ -85,12 +86,14 @@ | @onmouseover | @onmouseup | @rules + | @scope | @style | @summary | @title | @valign | @valign | @width + | @xml:id | @xml:lang"> -- 2.40.0