From 4afae456014ff01ee01e11279fc5a9b5f4f7b5bf Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 7 May 2002 16:45:28 +0000 Subject: Bug 135543 - @Support::Templates::testitems does not list all templates Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave --- globals.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.pl') 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. -- cgit v1.2.3-24-g4f1b