Disable hyphenation

git-svn-id: https://svn.jboss.org/repos/hibernate/branches/Branch_3_2/Hibernate3/doc@10370 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2006-08-30 07:53:42 +00:00
parent 1f8720df0a
commit 5a055acb2b
1 changed files with 3 additions and 0 deletions

View File

@ -513,4 +513,7 @@
-->
<xsl:param name="draft.mode" select="'no'"/>
<!-- Disable hyphenation -->
<xsl:param name="hyphenate" select="'false'"/>
</xsl:stylesheet>