From 115cc7b700979787e2adbb105832f27de4c89f28 Mon Sep 17 00:00:00 2001 From: "burnus%gmx.de" <> Date: Fri, 22 Aug 2003 20:55:13 +0000 Subject: Bug 139011 - Improve buglist colors further r,a=justdave --- Bugzilla/Template.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index d5cb1afd7..2cb017d17 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -218,6 +218,10 @@ sub create { # a full URL that may have characters that need encoding. url_quote => \&Bugzilla::Util::url_quote , + # This filter is similar to url_quote but used a \ instead of a % + # as prefix. In addition it replaces a ' ' by a '_'. + css_class_quote => \&Bugzilla::Util::css_class_quote , + quoteUrls => \&::quoteUrls , bug_link => [ sub { -- cgit v1.2.3-24-g4f1b