Ticket #2897 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Title attributes on Import page can contain < and > characters

Reported by: Nazgul Assigned to: Nazgul
Priority: normal Milestone:
Component: Administration Version: 2.0.3
Severity: trivial Keywords: bg|has-patch
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

2897.diff (0.6 kB) - added by Nazgul on 07/05/06 22:26:42.

Change History

07/04/06 20:39:20 changed by Nazgul

  • keywords set to bg|has-patch.
  • owner changed from anonymous to Nazgul.
  • status changed from new to assigned.

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.

07/05/06 22:26:42 changed by Nazgul

  • attachment 2897.diff added.

07/05/06 22:33:59 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

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

07/05/06 22:34:16 changed by ryan

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

07/05/06 22:34:27 changed by ryan

  • version changed from 2.1 to 2.0.3.
  • milestone changed from 2.1 to 2.0.4.

11/30/06 19:41:50 changed by

  • milestone deleted.

Milestone 2.0.4 deleted