[gnome-doc-utils] mal2html-table.xsl: Handle title and desc in table



commit f924124a26377c22fe039cc413f5143b1ab6d263
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Jan 10 11:05:41 2011 -0500

    mal2html-table.xsl: Handle title and desc in table

 xslt/mallard/html/mal2html-table.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-table.xsl b/xslt/mallard/html/mal2html-table.xsl
index d117e41..89c207a 100644
--- a/xslt/mallard/html/mal2html-table.xsl
+++ b/xslt/mallard/html/mal2html-table.xsl
@@ -169,6 +169,7 @@ REMARK: Describe this module
         <xsl:text> first-child</xsl:text>
       </xsl:if>
     </xsl:attribute>
+    <xsl:apply-templates mode="mal2html.block.mode" select="mal:title | mal:desc"/>
     <table class="table">
       <xsl:if test="$style != ''">
         <xsl:attribute name="style">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]