[library-web] mallard: disable syntax highlighting as we don't have the stuff on server



commit 6bce1a832551d9fec64a34f2f015a4d41f99cf0e
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jan 26 12:31:50 2014 +0000

    mallard: disable syntax highlighting as we don't have the stuff on server

 data/xslt/mal2html.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/mal2html.xsl b/data/xslt/mal2html.xsl
index 57d1b45..fb7f6ea 100644
--- a/data/xslt/mal2html.xsl
+++ b/data/xslt/mal2html.xsl
@@ -37,6 +37,7 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
 <!-- Setting parameters for included stylesheets -->
 <xsl:param name="mal.link.extension" select="concat('.html.',$libgo.lang)"/>
 <xsl:param name="html.extension" select="concat('.html.',$libgo.lang)"/>
+<xsl:param name="html.syntax.highlight" select="false()"/>
 
 <xsl:param name="mal.cache" select="document($mal.cache.file, /)/mal:cache"/>
 


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