summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorburnus%gmx.de <>2003-08-22 22:55:13 +0200
committerburnus%gmx.de <>2003-08-22 22:55:13 +0200
commit115cc7b700979787e2adbb105832f27de4c89f28 (patch)
treecf1e927145dec0439e651b92d32c4a7afeafec98 /Bugzilla/Template.pm
parentd08d7d95cfb5813b08f4c0bbc50cc435f6cf275c (diff)
downloadbugzilla-115cc7b700979787e2adbb105832f27de4c89f28.tar.gz
bugzilla-115cc7b700979787e2adbb105832f27de4c89f28.tar.xz
Bug 139011 - Improve buglist colors further
r,a=justdave
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm4
1 files changed, 4 insertions, 0 deletions
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 {