aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/custom_layer_pdf.xsl
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-08-23 22:21:38 -0700
committerGerald Combs <gerald@wireshark.org>2014-08-24 05:23:58 +0000
commitf88eca47c3551a0fc535efe3d5b9d1587784e903 (patch)
tree2cc5b19c4c2f6bb8f793f6aa2771c82d2dc0ca3e /docbook/custom_layer_pdf.xsl
parentd31011572def589f5c7926c780e0e82a3f61216d (diff)
Fix admon.graphics.path.
Change-Id: I43d7d56f0fc2bd73efc54a685aea90f635b145ff Reviewed-on: https://code.wireshark.org/review/3807 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/custom_layer_pdf.xsl')
-rw-r--r--docbook/custom_layer_pdf.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl
index b6b6ba0bd8..24f3e9a504 100644
--- a/docbook/custom_layer_pdf.xsl
+++ b/docbook/custom_layer_pdf.xsl
@@ -14,7 +14,7 @@
<!-- use graphics for admons (note, tip, ...) -->
<xsl:param name="admon.graphics" select="1"/>
-<xsl:param name="admon.graphics.path">wsug_graphics/</xsl:param>
+<xsl:param name="admon.graphics.path">common_graphics/</xsl:param>
<xsl:param name="admon.graphics.extension" select="'.svg'"/>
<!-- use numbering for sections (not only for chapters) -->
@@ -40,7 +40,7 @@
<xsl:attribute name="hyphenate">false</xsl:attribute>
</xsl:attribute-set>
-<!-- put a page break after each section
+<!-- put a page break after each section
<xsl:attribute-set name="section.level1.properties">
<xsl:attribute name="break-after">page</xsl:attribute>
</xsl:attribute-set>