]> 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 03:30:21 +0000 (23:30 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Tue, 5 Jul 2011 03:30:21 +0000 (23:30 -0400)
r/a=mkanat

extensions/Example/template/en/default/hook/admin/params/editparams-current_panel.html.tmpl
extensions/Example/template/en/default/pages/example.html.tmpl

index 4ed719fe0a2aba3e78042fa7c001bc5ff3f0fd1c..a12848087dc20e5979a93206f4f3e29f5e071479 100644 (file)
@@ -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 -%]
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 %]