summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-05-07 18:45:28 +0200
committerbbaetz%student.usyd.edu.au <>2002-05-07 18:45:28 +0200
commit4afae456014ff01ee01e11279fc5a9b5f4f7b5bf (patch)
treeeb8b4a2372819cf21850d8369263726791425cfa /globals.pl
parentb8465474ad9cc187ba020b16609ff6a1933d4e17 (diff)
downloadbugzilla-4afae456014ff01ee01e11279fc5a9b5f4f7b5bf.tar.gz
bugzilla-4afae456014ff01ee01e11279fc5a9b5f4f7b5bf.tar.xz
Bug 135543 - @Support::Templates::testitems does not list all templates
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index 2bbaf3b15..f6e651e3c 100644
--- a/globals.pl
+++ b/globals.pl
@@ -1547,6 +1547,9 @@ $::template ||= Template->new(
COMPILE_DIR => 'data/',
# Functions for processing text within templates in various ways.
+ # IMPORTANT! When adding a filter here that does not override a
+ # built-in filter, please also add a stub filter to checksetup.pl
+ # and t/004template.t.
FILTERS =>
{
# Render text in strike-through style.