@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -70,9 +70,9 @@ [% FOREACH sr IN search_results %] - [% sr.result.name %] - [% sr.result.description %] - [% sr.repo.name %] + [% sr.result.name | html %] + [% sr.result.description | html %] + [% sr.repo.name | html %] Install [% END %] --