From d252f4ada4fb21d745e8d190a9c2611575406648 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Oct 2005 07:23:19 +0000 Subject: [PATCH] Problem:: In output of to top-level sections, titles are not rendered in all caps. Cause:: is handled in the HTML stylesheets by a different mode than that used for normal Xref output. Fix:: Added mode template for processing output of first-level section titles when the are referred to via Endterm. Closes #1215547. Thanks to Jens Granseuer for reporting the problem. --- xsl/manpages/refentry.xsl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/xsl/manpages/refentry.xsl b/xsl/manpages/refentry.xsl index f3929f407..a70a70e99 100644 --- a/xsl/manpages/refentry.xsl +++ b/xsl/manpages/refentry.xsl @@ -113,6 +113,19 @@ + + + + + + + + + + -- 2.40.0