diff options
author | Joerg Pietschmann <pietsch@apache.org> | 2007-06-16 20:48:24 +0000 |
---|---|---|
committer | Joerg Pietschmann <pietsch@apache.org> | 2007-06-16 20:48:24 +0000 |
commit | fca6600bd92e481dbe641b128eb423486ab4953b (patch) | |
tree | ec84ed45f1b6cb40505b30c4a631b74e02a6eb1c /examples | |
parent | d1c82a1d500fd2a4a3da7292f23f6c0b9fa18ea8 (diff) | |
download | xmlgraphics-fop-fca6600bd92e481dbe641b128eb423486ab4953b.tar.gz xmlgraphics-fop-fca6600bd92e481dbe641b128eb423486ab4953b.zip |
removed hyphenation advice from basic example
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fo/basic/link.fo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/fo/basic/link.fo b/examples/fo/basic/link.fo index 676d3eaba..2019a7edb 100644 --- a/examples/fo/basic/link.fo +++ b/examples/fo/basic/link.fo @@ -46,7 +46,7 @@ <fo:block text-align="center">---</fo:block> <!-- Normal text --> - <fo:block text-align="start" hyphenate="true" language="en"> + <fo:block text-align="start"> 3. A multiline text (text-align='start'). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information @@ -79,7 +79,7 @@ <fo:block text-align="center">---</fo:block> <!-- Normal text --> - <fo:block text-align="justify" hyphenate="true" language="en"> + <fo:block text-align="justify"> 6. A multiline text (text-align='justify'). The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed for ease of implementation and for interoperability with both SGML and HTML. For further information |