Skip to:
Content

bbPress.org

Opened 17 years ago

Closed 17 years ago

#1158 closed defect (bug) (fixed)

Characters are turned into their HTML entities when editing a post

Reported by: tomdebruin Owned by: sambauers
Priority: normal Milestone: 1.0.2
Component: Front-end Version: 1.0.1
Severity: normal Keywords:
Cc:

Description

comma ('), quote ("), less than and greater than (<>), maybe some others are displayed in their HTML entities when editing a post. On submission they display correctly again. This may confuse users who aren't familiar with this.

It also affects the preview post plugin which stops its output when an HTML character is reached.

Change History (2)

#1 @sambauers
17 years ago

  • Milestone1.0.2
  • Owner set to sambauers
  • Status newassigned

#2 @sambauers
17 years ago

  • Resolutionfixed
  • Status assignedclosed

(In [2324]) Don't double encode entities when editing posts, fixes #1158

Note: See TracTickets for help on using tickets.