[hibernate-commits] Hibernate SVN: r10371 -	trunk/Hibernate3/doc/reference/fr/styles
    hibernate-commits at lists.jboss.org 
    hibernate-commits at lists.jboss.org
       
    Wed Aug 30 04:09:32 EDT 2006
    
    
  
Author: christian.bauer at jboss.com
Date: 2006-08-30 04:09:31 -0400 (Wed, 30 Aug 2006)
New Revision: 10371
Modified:
   trunk/Hibernate3/doc/reference/fr/styles/fopdf.xsl
Log:
Disable hyphenation
Modified: trunk/Hibernate3/doc/reference/fr/styles/fopdf.xsl
===================================================================
--- trunk/Hibernate3/doc/reference/fr/styles/fopdf.xsl	2006-08-30 07:53:42 UTC (rev 10370)
+++ trunk/Hibernate3/doc/reference/fr/styles/fopdf.xsl	2006-08-30 08:09:31 UTC (rev 10371)
@@ -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