From 2d69e143d8649aa569f673b37036c3a303b4ffdf 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=utf8 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 Signed-off-by: Tomas Cohen Arazi --- 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 581d9ea114..8bc9060706 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.39.2