From 090f93ae39590a1dedecec2d2655f1c44ec431d1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 28 Sep 2015 08:38:26 +0200 Subject: [PATCH] Bug 14904: Resolve warning from tt_valid.t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt index 581d9ea..8bc9060 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-retrieve-file.tt @@ -1,6 +1,6 @@ [%# This template is called only for a very simple error message %] - + Your search [% IF hash %]for [% hash %][% END %] was not successful. -- 2.1.0