From 7a0d25db26eb174b81bc5815dfd3fab4379e4067 Mon Sep 17 00:00:00 2001
From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
Date: Fri, 16 Apr 2021 03:19:13 +0000
Subject: [PATCH] Bug 27740: (follow-up) quote of the day to <h2>

If the quote of the day feature is enabled, a "Quote of the day" heading
is displayed. It was an <h3> which was not proper hierarchy, so this has
been changed to an <h2>.

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 <h2>

Sponsored-by: Catalyst IT
---
 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 ) %]
                 <div id="daily-quote">
-                    <h3>Quote of the day</h3>
+                    <h2>Quote of the day</h2>
                     <div>
                         <span id="daily-quote-text">[% daily_quote.text | html %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source | html %]</span>
                     </div>
-- 
2.11.0