From 4a395f41ad77bf64c7a7f12b4c82bdd1e83b464e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 10 Mar 2006 06:53:20 +0000 Subject: [PATCH] Corrected oversight in handling of Productname. Problem:: No trademark output for Productname class="trade" instances. Cause:: Oversight. Fix:: Added handling for the specified case. Closes bug #1447004. Thanks to Daniel Leidert for reporting. --- xsl/manpages/inline.xsl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xsl/manpages/inline.xsl b/xsl/manpages/inline.xsl index 1cb577fb2..c053cb770 100644 --- a/xsl/manpages/inline.xsl +++ b/xsl/manpages/inline.xsl @@ -98,11 +98,17 @@ + + + + + - + + -- 2.40.0