diff options
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/custom_layer_pdf.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/custom_layer_pdf.xsl b/docbook/custom_layer_pdf.xsl index e411d0a1e7..fed620a369 100644 --- a/docbook/custom_layer_pdf.xsl +++ b/docbook/custom_layer_pdf.xsl @@ -28,6 +28,7 @@ <xsl:param name="ulink.show" select="0"/> <!-- hyphenate URL's after the slash --> +<!-- (http://docbook.sourceforge.net/release/xsl/current/doc/fo/ulink.hyphenate.html) --> <xsl:param name="ulink.hyphenate" select="'​'"></xsl:param> <!-- don't allow section titles to be hyphenated --> |