From: Michael Smith Date: Tue, 7 Jun 2005 10:51:15 +0000 (+0000) Subject: Don't render NAME heading for secondary Refnamedivs (closes #1216292) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556141a41354151e93c906faf877843bbffe0354;p=docbook-dsssl 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. --- 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 " + + + + + + - - - " + " + + + ,