From c8ac61388609ad9ac28bcfaf687be0471870a08d Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 3 Dec 2009 06:04:51 +0000 Subject: [PATCH] If a colspec has a colname attribute, add it to the HTML col element as a class attribute so it can be styled. --- xsl/html/table.xsl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index 50e679ec9..682cfe6cd 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -1073,11 +1073,18 @@ + + + + + + + -- 2.50.1