Koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt
Marcel de Rooy 2d69e143d8 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>
2015-09-28 11:49:13 -03:00

6 lines
208 B
Text

[%# This template is called only for a very simple error message %]
<html>
<body id="opac-retrieve-file" class="scrollto">
Your search [% IF hash %]for [% hash %][% END %] was not successful.
</body>
</html>