@@ -, +, @@ line (Do a new holiday with description of multiple lines if there is not already) a newline in the holiday's description --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -518,7 +518,7 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl [% HOLIDAYS_LOO.DATE %] [% HOLIDAYS_LOO.TITLE %] - [% HOLIDAYS_LOO.DESCRIPTION %] + [% HOLIDAYS_LOO.DESCRIPTION.replace('\\\r\\\n', '
') %] [% END %] --