From 5c892919a344e4a98e00f872e1cb812b953d07e8 Mon Sep 17 00:00:00 2001
From: Victor Grousset/tuxayo <victor@tuxayo.net>
Date: Thu, 2 Jun 2022 05:42:33 +0200
Subject: [PATCH] Bug 30733: Undo <span> in an ICS calendar file

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt
index 9963ee0f79..8ba6fc71a3 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt
@@ -2,8 +2,8 @@
 [%- newline="\n" | html -%]
 [%- IF overdue == 1 -%]
 [% title | html %] is overdue
-[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue</span>
+[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue
 [%- ELSE -%]
 [% title | html %] is due
-[%- newline | html -%]<span>Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today</span>
+[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today
 [%- END -%]
-- 
2.20.1