From 934e9c66400798bfcf33a61b9f3083ed39f2ce1e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 30 Mar 2006 01:26:52 +0000 Subject: [PATCH] Added new refclass.suppress param for suppressing display of Refclass in HTML and FO output. Did not add it to manpages because manpages stylesheet is currently just silently ignoring Refclass anyway. Closes request #1461065. Thanks to Davor Ocelic (docelic) for reporting. --- xsl/fo/refentry.xsl | 4 ++++ xsl/html/refentry.xsl | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/xsl/fo/refentry.xsl b/xsl/fo/refentry.xsl index 1aec7b581..11d1699c8 100644 --- a/xsl/fo/refentry.xsl +++ b/xsl/fo/refentry.xsl @@ -15,6 +15,8 @@ ******************************************************************** --> + + @@ -450,6 +452,7 @@ + @@ -457,6 +460,7 @@ + diff --git a/xsl/html/refentry.xsl b/xsl/html/refentry.xsl index fa21b88c9..34a9265a2 100644 --- a/xsl/html/refentry.xsl +++ b/xsl/html/refentry.xsl @@ -14,6 +14,9 @@ + + + @@ -189,6 +192,7 @@ +

@@ -198,6 +202,7 @@

+
-- 2.40.0