[yelp-xsl] [mal2html-page.xsl] Copy mal:page/@style to html:body/@class



commit 07e609541b0276c266f93738f9bb0640b53cc337
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Jan 4 20:09:38 2010 -0600

    [mal2html-page.xsl] Copy mal:page/@style to html:body/@class

 xslt/mallard/html/mal2html-page.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index 800a28e..78c91ed 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -495,7 +495,7 @@ REMARK: Describe this template
       </title>
       <xsl:call-template name="mal2html.css"/>
     </head>
-    <body>
+    <body class="{ style}">
       <xsl:call-template name="mal2html.page.headbar">
         <xsl:with-param name="node" select="."/>
       </xsl:call-template>



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