[hibernate-commits] Hibernate SVN: r10370 - branches/Branch_3_2/Hibernate3/doc/reference/fr/styles

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 30 03:53:44 EDT 2006


Author: christian.bauer at jboss.com
Date: 2006-08-30 03:53:42 -0400 (Wed, 30 Aug 2006)
New Revision: 10370

Modified:
   branches/Branch_3_2/Hibernate3/doc/reference/fr/styles/fopdf.xsl
Log:
Disable hyphenation

Modified: branches/Branch_3_2/Hibernate3/doc/reference/fr/styles/fopdf.xsl
===================================================================
--- branches/Branch_3_2/Hibernate3/doc/reference/fr/styles/fopdf.xsl	2006-08-30 07:45:12 UTC (rev 10369)
+++ branches/Branch_3_2/Hibernate3/doc/reference/fr/styles/fopdf.xsl	2006-08-30 07:53:42 UTC (rev 10370)
@@ -513,4 +513,7 @@
     -->
     <xsl:param name="draft.mode" select="'no'"/>
 
+    <!-- Disable hyphenation -->
+    <xsl:param name="hyphenate" select="'false'"/>
+
 </xsl:stylesheet>




More information about the hibernate-commits mailing list