Need to be <option ... selected="selected">...</option>
Created attachment 30431 [details] [review] 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.
Created attachment 30433 [details] [review] 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.
Created attachment 30435 [details] [review] [SIGNED-OFF] 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>
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>
Patch pushed to master. Thanks Bernardo!