Bug 14904

Summary: Resolve warning from tt_valid.t
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: TemplatesAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: jonathan.druart, tomascohen, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 14321    
Bug Blocks:    
Attachments: Bug 14904: Resolve warning from tt_valid.t
[Signed-off] Bug 14904: Resolve warning from tt_valid.t
Bug 14904: Resolve warning from tt_valid.t

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!