diff options
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 8d132a9935..cd91bff8a1 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -239,7 +239,7 @@ <xsl:attribute name="role"><xsl:text>latex</xsl:text></xsl:attribute> <xsl:element name="imagedata"> <xsl:attribute name="fileref"> - <xsl:value-of select="$imagedir"/><xsl:value-of select="imagefile"/></xsl:attribute> + <xsl:value-of select="$latex.imagebasedir"/><xsl:text>images/</xsl:text><xsl:value-of select="imagefile"/></xsl:attribute> <xsl:attribute name="scale"> <xsl:choose> <xsl:when test="@scale != ''"> |