From: Bob Stayton Date: Thu, 24 Nov 2011 00:12:16 +0000 (+0000) Subject: Fix bug 3441149 where mode="class.value" does not work X-Git-Tag: release/1.79.1~6^2~612 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dbbfa2b18daf72db6d8fa12b27fad6d32a58450;p=docbook-dsssl Fix bug 3441149 where mode="class.value" does not work for para or entry when the element does not have a role attribute. --- diff --git a/xsl/html/block.xsl b/xsl/html/block.xsl index 3d755b611..41aef8641 100644 --- a/xsl/html/block.xsl +++ b/xsl/html/block.xsl @@ -64,7 +64,9 @@ - + + + diff --git a/xsl/html/html.xsl b/xsl/html/html.xsl index df14f43dd..541424ade 100644 --- a/xsl/html/html.xsl +++ b/xsl/html/html.xsl @@ -296,11 +296,17 @@ - + - + + + + + + + diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index 6e47b55ec..82b38fc31 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -847,11 +847,18 @@ - - - - - + + + + + + + + + + + +