From: David Lawrence Date: Tue, 5 Jul 2011 04:09:31 +0000 (-0400) Subject: Bug 666699 - Example extension templates have unfiltered directives X-Git-Tag: bugzilla-4.0.2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb7aa9eb835b856ca7f460ca35543d7baf9db0f;p=thirdparty%2Fbugzilla.git Bug 666699 - Example extension templates have unfiltered directives r/a=mkanat --- diff --git a/extensions/Example/template/en/default/pages/example.html.tmpl b/extensions/Example/template/en/default/pages/example.html.tmpl index d53f78fde7..919fa15b41 100644 --- a/extensions/Example/template/en/default/pages/example.html.tmpl +++ b/extensions/Example/template/en/default/pages/example.html.tmpl @@ -26,7 +26,7 @@

Here's what you passed me:

[% USE Dumper %]
-  [% Dumper.dump_html(cgi_variables) %]
+  [% Dumper.dump_html(cgi_variables) FILTER none %]
 
[% PROCESS global/footer.html.tmpl %]