From 522ead800b48f32203be7fa16af3ddd52d9c2ada Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 18 Jan 2019 15:04:19 +0000 Subject: [PATCH] Bug 18589: (follow-up) Fix QA failure This patch removes the id and class attributes on the body tag in: koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt To test: - Apply the patch - Run the QA tools - Note that the "Failed test ' tag with id and class attributes'" no longer is reported --- koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt index 28a774c278..c5c549729c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt @@ -13,7 +13,7 @@ [% Asset.css("css/datatables.css") %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] -- 2.11.0