From b12613e2bf92c2b6c1a8490b302f52cf7a90586d Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Fri, 16 Apr 2021 03:19:13 +0000 Subject: [PATCH] Bug 27740: (follow-up) quote of the day to

If the quote of the day feature is enabled, a "Quote of the day" heading is displayed. It was an

which was not proper hierarchy, so this has been changed to an

. To test: 1) Go to staff client 2) Enable quote of the day preference 3) Go to the OPAC 4) Observe "Quote of the day" heading 5) Ensure it is an

Sponsored-by: Catalyst IT Signed-off-by: Henry Bolshaw Signed-off-by: Martin Renvoize --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt index e64dfbbc1d..08e2310b8a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -163,7 +163,7 @@ [% UNLESS news_item # Don't show under single news item %] [% IF ( daily_quote ) %]
-

Quote of the day

+

Quote of the day

[% daily_quote.text | html %] ~ [% daily_quote.source | html %]
-- 2.20.1