Bugzilla – Attachment 42908 Details for
Bug 14904
Resolve warning from tt_valid.t
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14904: Resolve warning from tt_valid.t
Bug-14904-Resolve-warning-from-ttvalidt.patch (text/plain), 1.28 KB, created by
Jonathan Druart
on 2015-09-28 10:38:31 UTC
(
hide
)
Description:
Bug 14904: Resolve warning from tt_valid.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-09-28 10:38:31 UTC
Size:
1.28 KB
patch
obsolete
>From 090f93ae39590a1dedecec2d2655f1c44ec431d1 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 %] > <html> >-<body> >+<body id="opac-retrieve-file" class="scrollto"> > Your search [% IF hash %]for [% hash %][% END %] was not successful. > </body> > </html> >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14904
:
42898
|
42899
| 42908