@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt @@ -79,7 +79,7 @@ [% report.title | html %]
[% report.content | html %] - [% report.problempage | html %] + [% report.problempage | html %] [% report.recipient %] [% report.created_on | $KohaDates with_hours => 1 %] [% INCLUDE 'patron-title.inc' patron => report.patron hide_patron_infos_if_needed=1 %] --