diff options
author | Finn Bock <bckfnn@apache.org> | 2004-10-19 12:46:00 +0000 |
---|---|---|
committer | Finn Bock <bckfnn@apache.org> | 2004-10-19 12:46:00 +0000 |
commit | 2b474e12edfb521006d9c095f936c805067adbe7 (patch) | |
tree | 324a69a85f0f343a4e8245e4708933dfad0facb7 /examples | |
parent | b0839fa1f93f128c6dd271930209e59228bb0472 (diff) | |
download | xmlgraphics-fop-2b474e12edfb521006d9c095f936c805067adbe7.tar.gz xmlgraphics-fop-2b474e12edfb521006d9c095f936c805067adbe7.zip |
Pass validation.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r-- | examples/plan/docs/plan.fo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plan/docs/plan.fo b/examples/plan/docs/plan.fo index 7a8cd1c50..af446c953 100644 --- a/examples/plan/docs/plan.fo +++ b/examples/plan/docs/plan.fo @@ -9,8 +9,8 @@ page-width="21cm" page-height="29.7cm" master-name="first"> - <fo:region-before extent="1cm"/> <fo:region-body margin-top="1cm"/> + <fo:region-before extent="1cm"/> <fo:region-after extent="1.5cm"/> </fo:simple-page-master> </fo:layout-master-set> |