aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2012-05-16 22:01:39 +0000
committerGlenn Adams <gadams@apache.org>2012-05-16 22:01:39 +0000
commitaab9b3159b8414141c0bcd2fb97cb3a379eb0a2a (patch)
tree8c14ee6834a708e931494b7077582dd0c4291584 /src/documentation
parentb5331a3467d2bae9daf4b6e471222028bce7740c (diff)
downloadxmlgraphics-fop-aab9b3159b8414141c0bcd2fb97cb3a379eb0a2a.tar.gz
xmlgraphics-fop-aab9b3159b8414141c0bcd2fb97cb3a379eb0a2a.zip
Bugzilla #53247: Fix renderer mime type for PCL output; should be application/x-pcl.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1339388 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/trunk/configuration.xml2
-rw-r--r--src/documentation/content/xdocs/trunk/output.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/trunk/configuration.xml b/src/documentation/content/xdocs/trunk/configuration.xml
index 10769c5ff..c56b974f8 100644
--- a/src/documentation/content/xdocs/trunk/configuration.xml
+++ b/src/documentation/content/xdocs/trunk/configuration.xml
@@ -443,7 +443,7 @@
<p>
Additionally, there are certain settings that control how the renderer handles various elements.
</p>
-<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
+<source><![CDATA[<renderer mime="application/x-pcl">
<rendering>quality</rendering>
<text-rendering>bitmap</text-rendering>
</renderer>]]></source>
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml
index 7d6147be9..d61ba8840 100644
--- a/src/documentation/content/xdocs/trunk/output.xml
+++ b/src/documentation/content/xdocs/trunk/output.xml
@@ -406,7 +406,7 @@ out = proc.getOutputStream();]]></source>
<p>
The PCL renderer configuration currently allows the following settings:
</p>
-<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
+<source><![CDATA[<renderer mime="application/x-pcl">
<rendering>quality</rendering>
<text-rendering>bitmap</text-rendering>
<disable-pjl>false</disable-pjl>