From a15ffcbae7f56eb87af564f4f6a05cdea0aa6110 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Wed, 1 Feb 2012 05:07:27 +0000 Subject: [PATCH] Fix bug 3481385 - link elements not preserved inside funcsynopsis. --- xsl/html/synop.xsl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index 22256d30b..b20e7e979 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -1551,4 +1551,20 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* + + + + + + + + + + + + + + + + -- 2.40.0