summaryrefslogtreecommitdiffstats
path: root/extensions/Example
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
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')
-rw-r--r--extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl2
-rw-r--r--extensions/Example/template/en/default/pages/example.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl b/extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
index 4ed719fe0..a12848087 100644
--- a/extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
+++ b/extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
@@ -19,5 +19,5 @@
#%]
[% IF panel.name == "auth" %]
- [% panel.param_descs.param_example ='Example new parameter' %]
+ [% panel.param_descs.param_example = 'Example new parameter' %]
[% END -%]
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 %]