Ticket #4892 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

wp-app treats text titles as html

Reported by: rubys Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: General Version: 2.3
Severity: normal Keywords:
Cc:

Description

Titles that are plain text are treated as html and (depending on the user role) sanitized accordingly. This results in data loss. The attached patch corrects this.

Attachments

app_text_titles.diff (1.2 kB) - added by rubys on 09/02/07 17:05:16.
escape text titles in AtomParser?

Change History

09/02/07 17:05:16 changed by rubys

  • attachment app_text_titles.diff added.

escape text titles in AtomParser?

09/02/07 20:42:00 changed by markjaquith

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

(In [6010]) Escape text titles in AtomParser?. Props Sam Ruby. fixes #4892