fortmatted report text

This commit is contained in:
Shish 2010-02-11 10:50:50 +00:00
parent 2b21471441
commit c31faa3936

View File

@ -18,7 +18,7 @@ class ReportImageTheme extends Themelet {
$n = 0; $n = 0;
foreach($reports as $report) { foreach($reports as $report) {
$image = $report['image']; $image = $report['image'];
$h_reason = html_escape($report['reason']); $h_reason = format_text($report['reason']);
if($config->get_bool('report_image_show_thumbs')) { if($config->get_bool('report_image_show_thumbs')) {
$image_link = $this->build_thumb_html($image); $image_link = $this->build_thumb_html($image);