Changes between Initial Version and Version 3 of Ticket #14376
- Timestamp:
- 12/25/12 16:11:48 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14376
- Property Keywords needs-patch added; validation meta customfields removed
- Property Priority changed from normal to lowest
- Property Severity changed from trivial to normal
- Property Milestone changed from Awaiting Review to Future Release
-
Ticket #14376 – Description
initial v3 2 2 3 3 eg: 4 4 {{{ 5 5 <label class='screen-reader-text' for='meta[1957][key]'>Key</label><input name='meta[1957][key]' id='meta[1957][key]' tabindex='6' type='text' size='20' value='_wp_geo_latitude' /> 6 6 7 7 character "[" is not allowed in the value of attribute "id" 8 8 character "[" is not allowed in the value of attribute "for" 9 9 }}} 10 10 "[" are allowed in the name attribute. So perhaps one could simply strip them out them for the 'id' and the 'for'? 11 11
