Disable hyphenate.verbatim. This does not work for very long verbatim
strings like pgpkeys.
This commit is contained in:
parent
e407c18f4d
commit
f666417c2e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54464
1 changed files with 2 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue