From 73dbda36844cef785604a2de504650e863a68440 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 10 Sep 2006 07:22:08 +0000 Subject: [PATCH] Add two-stage recursion for hyphenate.verbatim to fix recursion depth bug for long programlistings. --- xsl/fo/verbatim.xsl | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/xsl/fo/verbatim.xsl b/xsl/fo/verbatim.xsl index d90f80b84..71ffd9590 100644 --- a/xsl/fo/verbatim.xsl +++ b/xsl/fo/verbatim.xsl @@ -387,11 +387,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0