From 556141a41354151e93c906faf877843bbffe0354 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 7 Jun 2005 10:51:15 +0000 Subject: [PATCH] Don't render NAME heading for secondary Refnamedivs (closes #1216292) If a document has multiple Refnamedivs, a NAME heading was getting rendered for each. But we only need one NAME heading. This change causes it to be rendered just once. This makes behavior in this respect consistent with how the HTML and FO stylesheets handle the generated NAME heading for Refnamediv. --- xsl/manpages/refentry.xsl | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/xsl/manpages/refentry.xsl b/xsl/manpages/refentry.xsl index a9440c922..9f696bc35 100644 --- a/xsl/manpages/refentry.xsl +++ b/xsl/manpages/refentry.xsl @@ -15,15 +15,23 @@ - .SH " - - - - + + + + + + .SH " + + + + + + - - - " + " + + + , -- 2.40.0