Escape the log tail to ensure we produce correct HTML

This commit is contained in:
Eelco Dolstra 2012-05-23 20:14:51 +00:00
parent fdc516289c
commit d1da9a8823

View file

@ -19,7 +19,7 @@
[% END %]
<pre class="taillog" id="contents">
[% contents -%]
[% HTML.escape(contents) -%]
</pre>
[% END %]