From 636bf454940f60a1e1467e7b045fca25c60dc6e8 Mon Sep 17 00:00:00 2001 From: bobstayton Date: Tue, 12 Jun 2018 14:07:04 -0700 Subject: [PATCH] Now applies normalize-space to title if it does not have element children, and warns if there is trailing space that would appear before the punctuation in the run-in heading. --- xsl/fo/block.xsl | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/xsl/fo/block.xsl b/xsl/fo/block.xsl index 1c8401c1a..5e364ca43 100644 --- a/xsl/fo/block.xsl +++ b/xsl/fo/block.xsl @@ -86,14 +86,31 @@ - + + + + + + + + + + + + + WARNING: formalpara title ' + + ' has trailing whitespace before runheadhead.title.end.punct. + + + -- 2.40.0