From 2d74ff3e34e8913e893bdc2faebf18367dd31622 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Wed, 25 Oct 2017 11:52:26 +0200 Subject: [PATCH] Bug 7317: (followup) Fix id and class on body tag The HTML body tag looked like this: Probably an overlooked copypasta. This patch changes it to: This should not have any visual side effects. --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index c013727..6d1b9a7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -365,7 +365,7 @@ - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] -- 2.7.4