From c31faa39367b8b8bed987f9504c43345d02ddc90 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 11 Feb 2010 10:50:50 +0000 Subject: [PATCH] fortmatted report text --- contrib/report_image/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/report_image/theme.php b/contrib/report_image/theme.php index e84c6189..837bd441 100755 --- a/contrib/report_image/theme.php +++ b/contrib/report_image/theme.php @@ -18,7 +18,7 @@ class ReportImageTheme extends Themelet { $n = 0; foreach($reports as $report) { $image = $report['image']; - $h_reason = html_escape($report['reason']); + $h_reason = format_text($report['reason']); if($config->get_bool('report_image_show_thumbs')) { $image_link = $this->build_thumb_html($image);