summaryrefslogtreecommitdiffstats
path: root/extensions/Example/template/en/default/pages/example.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-07-05 05:30:21 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-07-05 05:30:21 +0200
commit937eda7dafb27a9c6df4d00f27954622ff90ca33 (patch)
tree78aa43efcd2701147d5c8e8064e13e9c833efa78 /extensions/Example/template/en/default/pages/example.html.tmpl
parent77a3c5bc2fe22cf744ba74144532459a46ac5571 (diff)
downloadbugzilla-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/example.html.tmpl')
-rw-r--r--extensions/Example/template/en/default/pages/example.html.tmpl2
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 %]