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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [2324]) Don't double encode entities when editing posts, fixes #1158