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:
parent
1f8720df0a
commit
5a055acb2b
|
@ -513,4 +513,7 @@
|
|||
-->
|
||||
<xsl:param name="draft.mode" select="'no'"/>
|
||||
|
||||
<!-- Disable hyphenation -->
|
||||
<xsl:param name="hyphenate" select="'false'"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
Loading…
Reference in New Issue