Bug 14904 - Resolve warning from tt_valid.t
Summary: Resolve warning from tt_valid.t
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low trivial (vote)
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on: 14321
Blocks:
  Show dependency treegraph
 
Reported: 2015-09-28 06:39 UTC by Marcel de Rooy
Modified: 2016-06-21 21:40 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 14904: Resolve warning from tt_valid.t (1.10 KB, patch)
2015-09-28 06:42 UTC, Marcel de Rooy
Details | Diff | Splinter Review
[Signed-off] Bug 14904: Resolve warning from tt_valid.t (1.23 KB, patch)
2015-09-28 07:24 UTC, Marc Véron
Details | Diff | Splinter Review
Bug 14904: Resolve warning from tt_valid.t (1.28 KB, patch)
2015-09-28 10:38 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2015-09-28 06:39:31 UTC

    
Comment 1 Marcel de Rooy 2015-09-28 06:42:52 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2015-09-28 07:24:04 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2015-09-28 10:38:31 UTC
Created attachment 42908 [details] [review]
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>
Comment 4 Tomás Cohen Arazi 2015-09-28 15:14:47 UTC
Patch pushed to master.

Thanks Marcel!