Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#2897 closed defect (bug) (fixed)

Title attributes on Import page can contain < and > characters

Reported by: Nazgul Owned by: Nazgul
Priority: normal Milestone:
Component: Administration Version: 2.0.3
Severity: trivial Keywords: bg|has-patch
Cc: Focuses:

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)

2897.diff (604 bytes ) - added by Nazgul 20 years ago.

Download all attachments as: .zip

Change History (6)

#1 @Nazgul
20 years ago

  • Keywords bg|has-patch added
  • Owner changed from anonymous to Nazgul
  • Status newassigned

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.

@Nazgul
20 years ago

#2 @ryan
20 years ago

  • Resolutionfixed
  • Status assignedclosed

(In [3986]) Strip and texturize importer title. Props Nazgul. fixes #2897

#3 @ryan
20 years ago

(In [3987]) Strip and texturize importer title. Props Nazgul. fixes #2897

#4 @ryan
20 years ago

  • Milestone 2.12.0.4
  • Version 2.12.0.3

#5 @(none)
20 years ago

  • Milestone 2.0.4

Milestone 2.0.4 deleted

Note: See TracTickets for help on using tickets.