diff options
author | Alexander Bokovoy <ab@samba.org> | 2004-04-08 13:18:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:46 -0500 |
commit | eb0aa7a4fa84a6ec5041a154b849c49655c8e150 (patch) | |
tree | d74a4e9a88cafd9660a42fc72e054a8e00891777 /docs/xslt/expand-sambadoc.xsl | |
parent | d9e6b361888e2492991be6522e0113cf30c63694 (diff) | |
download | samba-eb0aa7a4fa84a6ec5041a154b849c49655c8e150.tar.gz samba-eb0aa7a4fa84a6ec5041a154b849c49655c8e150.tar.bz2 samba-eb0aa7a4fa84a6ec5041a154b849c49655c8e150.zip |
Another round of fixes (projdoc -> howto) for images
(This used to be commit 80aa81950e7cf341b87b0f7b77850d080a67f9a6)
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index d72725ab26..217f621f80 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -254,7 +254,7 @@ <xsl:attribute name="role"><xsl:text>latex</xsl:text></xsl:attribute> <xsl:element name="imagedata"> <xsl:attribute name="fileref"> - <xsl:text>projdoc/imagefiles/</xsl:text><xsl:value-of select="imagefile"/></xsl:attribute> + <xsl:text>howto/imagefiles/</xsl:text><xsl:value-of select="imagefile"/></xsl:attribute> <xsl:attribute name="scale"> <xsl:choose> <xsl:when test="@scale != ''"> @@ -272,7 +272,7 @@ <xsl:element name="imageobject"> <xsl:element name="imagedata"> <xsl:attribute name="fileref"> - <xsl:text>projdoc/imagefiles/</xsl:text><xsl:value-of select="imagefile"/><xsl:text>.png</xsl:text></xsl:attribute> + <xsl:text>howto/imagefiles/</xsl:text><xsl:value-of select="imagefile"/><xsl:text>.png</xsl:text></xsl:attribute> <xsl:attribute name="scale"><xsl:text>50</xsl:text></xsl:attribute> <xsl:attribute name="scalefit"><xsl:text>1</xsl:text></xsl:attribute> </xsl:element> |