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:
Marcel de Rooy 2015-09-28 08:38:26 +02:00 committed by Tomas Cohen Arazi
parent 71a9b187d8
commit 2d69e143d8

View file

@ -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>