diff options
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 3 |
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. |