From caf85cfb51161177afb9d2b726f721d242af016f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 28 Sep 2005 18:26:23 +0000 Subject: [PATCH] Removed misguided code intended for normalizing whitespace in term output for HTML and FO. (It's not necessary for those, though it is still needed in manpages output because we're using the .TP macro, and first line following that is treated differently than the subsequent lines. So we need to get rid of any embedded line breaks from within the Term source.) --- xsl/fo/lists.xsl | 5 +---- xsl/html/lists.xsl | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index 421d9dc37..1a7dc1f05 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -565,10 +565,7 @@ - - - - + diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index 5e516d109..2181b1058 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -442,10 +442,7 @@ - - - - + -- 2.40.0