git://git.exim.org
/
exim-website.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix variable reference in XSL: {$foo} not ${foo}
[exim-website.git]
/
templates
/
doc
/
chapter.xsl
diff --git
a/templates/doc/chapter.xsl
b/templates/doc/chapter.xsl
index 52b47f90d000fc8bf7a71d02b234b2509c25d9fb..0b0bc0631de18405aefa6e5fd747837d8f0d7c6b 100644
(file)
--- a/
templates/doc/chapter.xsl
+++ b/
templates/doc/chapter.xsl
@@
-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>