From e7b0f1d346cd061f747a7d825d7d234b95d8282c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sun, 5 Jan 2003 22:20:23 +0000 Subject: [PATCH] First part of fix for #628888: - don't use generic italic/bold templates for things like , since can contain other elements, but the templates discard any non-PCDATA content. --- xsl/manpages/docbook.xsl | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index db16b32cc..d9e995ca4 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -284,38 +284,22 @@ - - - - - - - - .FN - - - - .IP .nf .fi - - - - - - + + \fI\fR - - + + \fB\fR -- 2.50.1