From 69d32fa2812fcefe98e0f5994df22a524a33c440 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 7 Apr 2006 01:03:31 +0000 Subject: [PATCH] Fixed handling of punctuation for Funcparams in HTML output. Closes #1213275. --- xsl/html/synop.xsl | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/xsl/html/synop.xsl b/xsl/html/synop.xsl index e9cb08ab8..76786b594 100644 --- a/xsl/html/synop.xsl +++ b/xsl/html/synop.xsl @@ -302,7 +302,6 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* ( ) - ; @@ -606,12 +605,21 @@ paramdef ::= (#PCDATA|type|replaceable|parameter|funcparams)* - +   + mode="ansi-tabular"/> + + + , + + + ) + ; + + -- 2.40.0