]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 666699 - Example extension templates have unfiltered directives
authorDavid Lawrence <dlawrence@mozilla.com>
Tue, 5 Jul 2011 04:09:31 +0000 (00:09 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Tue, 5 Jul 2011 04:09:31 +0000 (00:09 -0400)
r/a=mkanat

extensions/Example/template/en/default/pages/example.html.tmpl

index d53f78fde78949d366b7659acdbd86d2dc19084b..919fa15b4150d5293b2ed33bfa7adb5a394375d4 100644 (file)
@@ -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 %]