[library-web] [mallard] Fix handling of page copyrights



commit 772ee0acc681e5708bb65997d562444565591ed1
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Oct 4 19:52:49 2009 +0200

    [mallard] Fix handling of page copyrights

 data/xslt/mal2html.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/xslt/mal2html.xsl b/data/xslt/mal2html.xsl
index 4e3da94..619b47d 100644
--- a/data/xslt/mal2html.xsl
+++ b/data/xslt/mal2html.xsl
@@ -131,7 +131,7 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
         </xsl:if>
         <xsl:apply-templates select="."/>
       </div>
-      <xsl:call-template name="db2html.page.copyrights">
+      <xsl:call-template name="mal2html.page.copyrights">
         <xsl:with-param name="node" select="."/>
       </xsl:call-template>
     </body>



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