]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 179329: filters HTML out of quips on "show all quips" page
authormyk%mozilla.org <>
Sun, 10 Nov 2002 13:13:28 +0000 (13:13 +0000)
committermyk%mozilla.org <>
Sun, 10 Nov 2002 13:13:28 +0000 (13:13 +0000)
template/en/default/list/quips.html.tmpl

index c874b14d79a917b7ecc9f2ae253dee15c6e5ecfb..f83f081286438947ddb8dfbfe42215c1ecd5db42 100644 (file)
@@ -59,7 +59,7 @@
   </h2>
   <ul>
     [% FOREACH quip = quips %]
-      <li>[% quip %]</li>
+      <li>[% quip FILTER html %]</li>
     [% END %]
   </ul>
 [% ELSE %]