@@ -, +, @@ fields Empty suggestion record was added succeffully. The required fields should be labeled in red. (you can change the mandatory fields by preference 'OPACSuggestionMandatoryFields') --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -341,7 +341,7 @@ [% END %] [% IF ( op_add && mandatoryfields ) %] { - var FldsRequired = [[% mandatoryfields | html %]]; + var FldsRequired = [[% mandatoryfields | $raw %]]; for (var i = 0; i < FldsRequired.length; i++) { var rq_input = $('#' + FldsRequired[i]); if (rq_input.length != 1) continue; --