Bug 5972

Summary: DisplayClearScreenButton preference introduces invalid markup
Product: Koha Reporter: Owen Leonard <oleonard>
Component: CirculationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, gmcharlt, nengard
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed fix

Description Owen Leonard 2011-03-28 15:07:54 UTC
<input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">

 - all attributes should be quoted
 - all attributes should be in lower case
Comment 1 Owen Leonard 2011-03-28 15:08:53 UTC
- input tags should be self-closing: < ... />
Comment 2 Owen Leonard 2011-03-28 15:11:42 UTC
Created attachment 3467 [details] [review]
Proposed fix
Comment 3 Chris Cormack 2011-03-30 07:03:16 UTC
Patch pushed, please test
Comment 4 MJ Ray (software.coop) 2011-04-07 10:50:48 UTC
This bug is mentioned in:
Fix for Bug 5972 - DisplayClearScreenButton	preference introduces invalid markup http://lists.koha-community.org/pipermail/koha-patches/2011-March/014282.html
Fix for Bug 5972 - DisplayClearScreenButton	preference introduces invalid markup http://lists.koha-community.org/pipermail/koha-patches/2011-March/014273.html