Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 04:21:00 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r54464 - head/share/xml
Message-ID:  <202009040421.0844L08e075698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Fri Sep  4 04:20:59 2020
New Revision: 54464
URL: https://svnweb.freebsd.org/changeset/doc/54464

Log:
  Disable hyphenate.verbatim.  This does not work for very long verbatim
  strings like pgpkeys.

Modified:
  head/share/xml/freebsd-fo.xsl

Modified: head/share/xml/freebsd-fo.xsl
==============================================================================
--- head/share/xml/freebsd-fo.xsl	Thu Sep  3 21:36:15 2020	(r54463)
+++ head/share/xml/freebsd-fo.xsl	Fri Sep  4 04:20:59 2020	(r54464)
@@ -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 -->



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009040421.0844L08e075698>