summaryrefslogtreecommitdiffstats
path: root/template/en/extension
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-26 08:10:23 +0100
committerlpsolit%gmail.com <>2006-02-26 08:10:23 +0100
commit645307b7dad849212762afcecf819a268cc810d3 (patch)
treed4dfdb2ec688efd2ea17f7ff3fc9382175b7c2bc /template/en/extension
parent0bd92669e6bd6cde59e85cbf9e827feb94d2536c (diff)
downloadbugzilla-645307b7dad849212762afcecf819a268cc810d3.tar.gz
bugzilla-645307b7dad849212762afcecf819a268cc810d3.tar.xz
Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/extension')
-rw-r--r--template/en/extension/filterexceptions.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/extension/filterexceptions.pl b/template/en/extension/filterexceptions.pl
index b8da2930f..29e2a1e94 100644
--- a/template/en/extension/filterexceptions.pl
+++ b/template/en/extension/filterexceptions.pl
@@ -30,7 +30,7 @@
# Simple literals - [% " selected" ...
# Values always used for numbers - [% (i|j|k|n|count) %]
# Params - [% Param(...
-# Safe functions - [% (time2str|GetBugLink)...
+# Safe functions - [% (time2str)...
# Safe vmethods - [% foo.size %] [% foo.length %]
# [% foo.push() %]
# TT loop variables - [% loop.count %]