From 9b91a1a153e6e0aa08c5e1d796ecfa0f0348567e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 27 Sep 2005 04:37:56 +0000 Subject: [PATCH] Added "wrapper-name" param to inline.charseq named template, enabling it to output inlines other than just "span". Acronym and Abbrev templates now use inline.charseq to output HTML "acronym" and "abbr" elements (instead of "span"). Closes #1305468. Thanks to Sam Steingold for suggesting the change. --- xsl/html/inline.xsl | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index 1467d6ab6..989d01cf7 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -115,12 +115,19 @@ - + + + + span + + + + - + @@ -543,11 +550,15 @@ - + + abbr + - + + acronym + -- 2.40.0