From 75dc3fb0f3291221c3c1b59006ef75d92f4f63c2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 3 May 2018 14:30:00 -0300 Subject: [PATCH] Bug 11317: Add id and class attributes to body This fixes xt/tt_valid.t # Failed test ' tag with id and class attributes' # at xt/tt_valid.t line 91 # Files list: # intranet-tmpl/prog/en/modules/tools/access_files.tt: 8 # Looks like you failed 1 test of 3. [16:44:56] xt/tt_valid.t Dubious, test returned 1 (wstat 256, 0x100) Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt index 88881c1b82..fd156d58dd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt @@ -5,7 +5,7 @@ [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] -- 2.11.0