From b85f26d69debd8380ba23082b095769bf3d71663 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 10 May 2005 04:40:49 +0000 Subject: [PATCH] Strip whitespace in Refsection; closes bug #1198766 and #1170315 (thanks to Denis Bradford for reporting the problem) ::PROBLEM: Whitespace is preserved in output for Refsection. Among other things, this results in malformed groff output from the manpages stylesheets. ::CAUSE Refsection was not included in the master list of "strip space" elements. ::FIX Added Refsection to master list of "strip space" elements. ::AFFECTS This change affects all output formats. --- xsl/common/common.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index bebc33099..faa2d772f 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -70,7 +70,7 @@ mediaobject mediaobjectco menuchoice msg msgentry msgexplan msginfo msgmain msgrel msgset msgsub msgtext note objectinfo orderedlist othercredit part partintro preface printhistory procedure programlistingco publisher qandadiv qandaentry qandaset question -refentry reference refmeta refnamediv refsect1 refsect1info refsect2 +refentry reference refmeta refnamediv refsection refsect1 refsect1info refsect2 refsect2info refsect3 refsect3info refsynopsisdiv refsynopsisdivinfo revhistory revision row sbr screenco screenshot sect1 sect1info sect2 sect2info sect3 sect3info sect4 sect4info sect5 sect5info section -- 2.40.0