Commit 937eda7d authored by David Lawrence's avatar David Lawrence

Bug 666699 - Example extension templates have unfiltered directives

r/a=mkanat
parent 77a3c5bc
......@@ -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 -%]
......@@ -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 %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment