[library-web] [html2html] include transformation mode as body class



commit bddd8f0ed9d721919be2e3f841489a317557af5c
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Aug 9 19:45:40 2009 +0200

    [html2html] include transformation mode as body class

 data/xslt/html2html.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index e44cdc0..257636f 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -198,7 +198,7 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
      </head>
      <body>
       <xsl:call-template name="libgo.header" />
-      <div class="body">
+      <div class="body {$libgo.h2hmode}">
         <xsl:if test="$libgo.originalhref">
 	  <p class="canonical-ref">
           Canonical document reference:



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