From 358adce2e75bdd317165c86a9b5064bc52d9e2ad Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 25 Jan 2019 15:37:21 +0000 Subject: [PATCH] Bug 22207: course reserves page does not have unique id MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Test plan: Go to cgi-bin/koha/opac-course-reserves.pl in the OPAC and make sure the body id is opac-course-reserves Signed-off-by: Owen Leonard Signed-off-by: Mikaël Olangcay Brisebois Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- .../opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt index 1f055ae337..47c7fa1e22 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt @@ -11,7 +11,7 @@ [% END %] -[% INCLUDE 'bodytag.inc' bodyid='opac-main' %] +[% INCLUDE 'bodytag.inc' bodyid='opac-course-reserves' %] [% INCLUDE 'masthead.inc' %]
-- 2.39.2