Ticket #1484253 (closed Bugs: fixed)

Opened 22 months ago

Last modified 21 months ago

& is double escaped in display of html numeric character references

Reported by: bumpus Owned by:
Priority: 5 Milestone: 0.1-rc1
Component: Client Scripts Version: 0.1-beta
Severity: normal Keywords:
Cc:

Description

When displaying an html encoded e-mail round cube escapes the & that precedes an escaped character identified numerically. For example, ' should display as a ', but instead displays as ' because roundcube sends ' to the browser.

A small change to regex on line 1035 of program/include/main.inc fixes this problem.

Attachments

diff.txt (203 bytes) - added by bumpus 22 months ago.
Small change to regex in main.inc

Change History

Changed 22 months ago by bumpus

Small change to regex in main.inc

Changed 21 months ago by thomasb

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.1-rc1

Patch committed in r491

Note: See TracTickets for help on using tickets.