@@ -, +, @@ (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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -517,8 +517,8 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl [% FOREACH HOLIDAYS_LOO IN HOLIDAYS_LOOP %] [% HOLIDAYS_LOO.DATE %] - [% HOLIDAYS_LOO.TITLE %] - [% HOLIDAYS_LOO.DESCRIPTION %] + [% HOLIDAYS_LOO.TITLE.replace('\\\r\\\n', '
') %] + [% HOLIDAYS_LOO.DESCRIPTION.replace('\\\r\\\n', '
') %] [% END %] --