diff options
Diffstat (limited to 'templates/web/default/report/_main.html')
-rw-r--r-- | templates/web/default/report/_main.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/web/default/report/_main.html b/templates/web/default/report/_main.html index 53dcb9a13..0c0c74b16 100644 --- a/templates/web/default/report/_main.html +++ b/templates/web/default/report/_main.html @@ -11,11 +11,7 @@ </em></p> -[% FOREACH line IN split_into_lines( problem.detail ) %] -<p> -[% line | html %] -</p> -[% END %] +[% add_links( problem.detail ) | html_para %] [% INCLUDE 'report/photo.html' object=problem center=1 %] |