Fix variable reference in XSL: {$foo} not ${foo}
authorPhil Pennock <pdp@exim.org>
Thu, 6 Dec 2012 15:22:54 +0000 (10:22 -0500)
committerPhil Pennock <pdp@exim.org>
Thu, 6 Dec 2012 15:22:54 +0000 (10:22 -0500)
templates/doc/chapter.xsl

index 52b47f90d000fc8bf7a71d02b234b2509c25d9fb..0b0bc0631de18405aefa6e5fd747837d8f0d7c6b 100644 (file)
@@ -32,7 +32,7 @@
       <xsl:variable name="html.body.outer.append">
          <div id="toc">
             <ul class="hidden"/>
-            <img src="${staticroot}/doc/contents.png" width="16" height="155"/>
+            <img src="{$staticroot}/doc/contents.png" width="16" height="155"/>
          </div>
       </xsl:variable>