Bug 14904: Resolve warning from tt_valid.t
Test tt_valid.t warns that opac-retrieve-file.tt has no id and class attribute on the body tag. This patch adds them to clear the warning. Test plan: Apply patch and run xt/tt_valid.t. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
This commit is contained in:
parent
71a9b187d8
commit
2d69e143d8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[%# This template is called only for a very simple error message %]
|
||||
<html>
|
||||
<body>
|
||||
<body id="opac-retrieve-file" class="scrollto">
|
||||
Your search [% IF hash %]for [% hash %][% END %] was not successful.
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue