diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-09-02 07:56:52 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-09-02 07:56:52 +0000 |
commit | 7253134b2b9feac580724eea566a08ed8ac0fe7f (patch) | |
tree | f501c384af9da61850a8835b125a52ba026d98c2 | |
parent | 77a2d704aa1708eb3e9e4e9cceda70f05af419a6 (diff) | |
download | xmlgraphics-fop-7253134b2b9feac580724eea566a08ed8ac0fe7f.tar.gz xmlgraphics-fop-7253134b2b9feac580724eea566a08ed8ac0fe7f.zip |
Fixed FO validation problem and the header.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@266302 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | examples/mathml/docs/mathml.fo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mathml/docs/mathml.fo b/examples/mathml/docs/mathml.fo index a5ff53f26..e5707b6bd 100644 --- a/examples/mathml/docs/mathml.fo +++ b/examples/mathml/docs/mathml.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> @@ -18,7 +18,7 @@ <fo:page-sequence master-reference="first"> <fo:static-content flow-name="xsl-region-before"> <fo:block line-height="14pt" font-size="10pt" - text-align="end">Plan Extension</fo:block> + text-align="end">MathML Extension</fo:block> </fo:static-content> <fo:static-content flow-name="xsl-region-after"> <fo:block line-height="14pt" font-size="10pt" |