[yelp-xsl] mal2html-page: Wrap license info in div.contents



commit 51c2d5acb74f8d124054dcd2782d25f634915f74
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Nov 6 13:57:50 2011 -0500

    mal2html-page: Wrap license info in div.contents

 xslt/mallard/html/mal2html-page.xsl |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index 9190d91..02a8aa2 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -197,7 +197,9 @@ the #{page} element. Information is extracted from the #{info} element of ${node
                 </xsl:choose>
               </span>
             </div>
-            <xsl:apply-templates mode="mal2html.block.mode"/>
+            <div class="contents">
+              <xsl:apply-templates mode="mal2html.block.mode"/>
+            </div>
           </div>
         </xsl:for-each>
       </div>



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