aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/custom_layer_pdf.xsl
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-11-09 18:41:21 +0000
committerGerald Combs <gerald@wireshark.org>2009-11-09 18:41:21 +0000
commit0ead6b73ff1734ec66053bbc27ff8734af8a4018 (patch)
tree7146c3294351acba35b34f005939207ced46b272 /docbook/custom_layer_pdf.xsl
parent02c98c4517a18b7453f806ff44397450148b4e26 (diff)
Switch the default Fop version to 0.95 and adjust custom_layer_pdf.xsl
accordinglty. Tweak the print resolution on all of the images again. Add a MIME type for one of the images. svn path=/trunk/; revision=30909
Diffstat (limited to 'docbook/custom_layer_pdf.xsl')
-rw-r--r--docbook/custom_layer_pdf.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl
index f5605214e6..482fee44af 100644
--- a/docbook/custom_layer_pdf.xsl
+++ b/docbook/custom_layer_pdf.xsl
@@ -9,7 +9,7 @@
<!-- create pdf bookmarks -->
<!-- Disable this since FOP 0.93 doesn't handle them, yet -->
-<xsl:param name="fop.extensions" select="1"/>
+<xsl:param name="fop1.extensions" select="1"/>
<!-- don't use the draft mode (no loading of image from the web) -->
<xsl:param name="draft.mode" select="no"/>