[yelp-xsl] mal2html-table.xsl: Move title/desc outside <table>



commit 17ca87bc80a9d24928c69ff457563234b126a9a1
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Jan 10 11:02:48 2011 -0500

    mal2html-table.xsl: Move title/desc outside <table>

 xslt/mallard/html/mal2html-table.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-table.xsl b/xslt/mallard/html/mal2html-table.xsl
index 44073fb..d8d76f5 100644
--- a/xslt/mallard/html/mal2html-table.xsl
+++ b/xslt/mallard/html/mal2html-table.xsl
@@ -169,13 +169,13 @@ 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">
           <xsl:value-of select="$style"/>
         </xsl:attribute>
       </xsl:if>
-      <xsl:apply-templates mode="mal2html.block.mode" select="mal:title | mal:desc"/>
       <xsl:apply-templates select="mal:thead">
         <xsl:with-param name="cols" select="$cols"/>
         <xsl:with-param name="rowrules" select="$rowrules"/>



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