From 1cee4770ca5e09e3b56c0de0e8c77c2684542d18 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sun, 15 Dec 2002 17:23:55 +0000 Subject: Bug 158499 - Templatise XML bug output r=gerv, justdave a=justdave --- globals.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 51d6642fa..d4e4e452c 100644 --- a/globals.pl +++ b/globals.pl @@ -1794,6 +1794,8 @@ $::template ||= Template->new( # characters that need encoding. url_quote => \&Bugzilla::Util::url_quote , + xml => \&Bugzilla::Util::xml_quote , + quoteUrls => \"eUrls , bug_link => [ sub { -- cgit v1.2.3-24-g4f1b