Bug 12686

Summary: Make more selected option XHTML complian
Product: Koha Reporter: Bernardo Gonzalez Kriegel <bgkriegel>
Component: TemplatesAssignee: Bernardo Gonzalez Kriegel <bgkriegel>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 12686: Make more selected option XHTML compliant
Bug 12686: Make more selected option XHTML compliant
[SIGNED-OFF] Bug 12686: Make more selected option XHTML compliant
[PASSED QA] Bug 12686: Make more selected option XHTML compliant

Description Bernardo Gonzalez Kriegel 2014-07-31 18:50:06 UTC
Need to be <option ... selected="selected">...</option>
Comment 1 Bernardo Gonzalez Kriegel 2014-07-31 18:52:37 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-07-31 18:55:55 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2014-07-31 19:23:07 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-08-02 20:33:21 UTC
Created attachment 30497 [details] [review]
[PASSED QA] Bug 12686: Make more selected option XHTML compliant

This patch fixes several occurrences of selected
options that do not follow XHTML style rule for
markup.

To test:
1. Apply the patch
2. There are no functional changes at all,
only a more strict markup

Changed all cases I can found.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Comment 5 Tomás Cohen Arazi (tcohen) 2014-08-07 14:59:25 UTC
Patch pushed to master.

Thanks Bernardo!