Bug 11317: Add id and class attributes to body
This fixes xt/tt_valid.t # Failed test '<body> 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 <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
150a589e08
commit
75dc3fb0f3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
[% Asset.css("css/datatables.css") %]
|
||||
</head>
|
||||
<body>
|
||||
<body id="tools_access_files" class="tools">
|
||||
[% INCLUDE 'header.inc' %]
|
||||
[% INCLUDE 'cat-search.inc' %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue