Commit 9a0ca71b authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 179329: filters HTML out of quips on "show all quips" page

parent f1dc04d3
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</h2> </h2>
<ul> <ul>
[% FOREACH quip = quips %] [% FOREACH quip = quips %]
<li>[% quip %]</li> <li>[% quip FILTER html %]</li>
[% END %] [% END %]
</ul> </ul>
[% ELSE %] [% ELSE %]
......
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