diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/fop.xconf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/fop.xconf b/conf/fop.xconf index d3fc5794b..c5534b134 100644 --- a/conf/fop.xconf +++ b/conf/fop.xconf @@ -14,16 +14,16 @@ the location of this file. <!-- NOTE: This is the version of the configuration --> <fop version="1.0"> - <userAgent> - <base url="./"/> - <!-- pixel to millimeter to specify dpi, 72dpi --> - <pixelToMillimeter value="0.35277777777777777778"/> - <!-- default page-height and page-width, in case - value is specified as auto --> + <base url="./"/> + <!-- pixel to millimeter to specify dpi, 72dpi --> + <pixelToMillimeter value="0.35277777777777777778"/> + <pagesettings> + <!-- default page-height and page-width, in case + value is specified as auto --> <pageHeight value="11in"/> <pageWidth value="8.26in"/> - </userAgent> - + </pagesettings> + <!-- Information for specific renderers --> <!-- Uses renderer mime type for renderers --> <renderers> |