diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-07-05 05:30:21 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-07-05 05:30:21 +0200 |
commit | 937eda7dafb27a9c6df4d00f27954622ff90ca33 (patch) | |
tree | 78aa43efcd2701147d5c8e8064e13e9c833efa78 /extensions/Example/template/en/default/pages | |
parent | 77a3c5bc2fe22cf744ba74144532459a46ac5571 (diff) | |
download | bugzilla-937eda7dafb27a9c6df4d00f27954622ff90ca33.tar.gz bugzilla-937eda7dafb27a9c6df4d00f27954622ff90ca33.tar.xz |
Bug 666699 - Example extension templates have unfiltered directives
r/a=mkanat
Diffstat (limited to 'extensions/Example/template/en/default/pages')
-rw-r--r-- | extensions/Example/template/en/default/pages/example.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Example/template/en/default/pages/example.html.tmpl b/extensions/Example/template/en/default/pages/example.html.tmpl index d53f78fde..919fa15b4 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 @@ <p>Here's what you passed me:</p> [% USE Dumper %] <pre> - [% Dumper.dump_html(cgi_variables) %] + [% Dumper.dump_html(cgi_variables) FILTER none %] </pre> [% PROCESS global/footer.html.tmpl %] |