Fix variable reference in XSL: {$foo} not ${foo}
[exim-website.git] / 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>