diff options
Diffstat (limited to 'test/xsl/doc.xsl')
-rw-r--r-- | test/xsl/doc.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xsl/doc.xsl b/test/xsl/doc.xsl index 606c652ea..edc8f72af 100644 --- a/test/xsl/doc.xsl +++ b/test/xsl/doc.xsl @@ -21,8 +21,8 @@ <fo:root> <fo:layout-master-set> <fo:simple-page-master master-name="one" page-height="29.7cm" page-width="21cm" margin-top="0.5cm" margin-bottom="0.5cm" margin-left="1.5cm" margin-right="1.5cm"> - <fo:region-before extent="1.5cm"/> <fo:region-body margin-top="1.5cm" margin-bottom="2cm"/> + <fo:region-before extent="1.5cm"/> <fo:region-after extent="1.5cm"/> </fo:simple-page-master> </fo:layout-master-set> |