#2897 closed defect (bug) (fixed)
Title attributes on Import page can contain < and > characters
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 2.0.3 |
Component: | Administration | Keywords: | bg|has-patch |
Focuses: | Cc: |
Description
The title attributes on the links pointing to the different import modules can (and do) contain < and > characters, which breaks XHTML validation.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Created a patch which does a wptexturize on the attribute, as specified in the Coding Guidelines and also does a strip_html on it, because title attributes shouldn't contain HTML markup.