From 330e364dfcf8c4ffe60f17d2abfefb634e1d799a Mon Sep 17 00:00:00 2001 From: David Cramer Date: Tue, 22 Feb 2005 03:42:35 +0000 Subject: [PATCH] hyphenate.verbatim code no longer inserts zero width space after hyphenate.verbatim.characters if it is the last character in the line. This extra zero width space was causing problems in an old version of XEP. --- xsl/fo/verbatim.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/fo/verbatim.xsl b/xsl/fo/verbatim.xsl index 8499c84c7..aad7d0cde 100644 --- a/xsl/fo/verbatim.xsl +++ b/xsl/fo/verbatim.xsl @@ -400,7 +400,7 @@ ­ + translate($head, $hyphenate.verbatim.characters, '') = '' and not($tail = '')"> ­ -- 2.40.0