From 6bc9dcb10aa56cd4fe2a3697374a3fa1b7d11a23 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 23 May 2002 12:56:15 +0000 Subject: [PATCH] Protect calls to extension functions behind function-available tests --- xsl/html/html-rtf.xsl | 78 +++++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 36 deletions(-) diff --git a/xsl/html/html-rtf.xsl b/xsl/html/html-rtf.xsl index 8fa7bcd21..caad72952 100644 --- a/xsl/html/html-rtf.xsl +++ b/xsl/html/html-rtf.xsl @@ -145,42 +145,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1