@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -838,7 +838,7 @@ columns_settings = [% ColumnsSettings.GetColumns( 'acqui', 'suggestions', 'suggestions', 'json' ) | $raw %] [% FOREACH suggestion IN suggestions %] [% IF ( suggestion.suggestions_loop ) %] - KohaTable("[% suggestion.suggestiontype %]t", { + KohaTable("[% suggestion.suggestiontype | html %]t", { "sorting": [[ 1, "asc" ]], "autoWidth": false, "columnDefs": [ --