Disable hyphenate.verbatim. This does not work for very long verbatim

strings like pgpkeys.
This commit is contained in:
Hiroki Sato 2020-09-04 04:20:59 +00:00
parent e407c18f4d
commit f666417c2e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54464

View file

@ -97,7 +97,8 @@
<!-- Hyphenation -->
<xsl:param name="hyphenate">true</xsl:param>
<xsl:param name="hyphenate.verbatim" select="1"/>
<!-- Disable due to too long verbatim string in pgpkeys -->
<xsl:param name="hyphenate.verbatim" select="0"/>
<xsl:param name="hyphenate.verbatim.characters"> </xsl:param>
<!-- Base Fonts -->