Modify ↓
Opened 9 years ago
Closed 9 years ago
#12465 closed defect (cantfix)
HTML tags are shown in the green message boxes starting from trac 1.0.10
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 1.0.10 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After upgrade to trac 1.0.10 i found that notification messages in the green boxes (system-message) are displayed with non-rendered HTML tags. Below is an example from the trac 1.0.10:
<span>An email has been sent to <user@example.com> with a token to <a href="/verify_email">verify your new email address</a>.</span>
In the 1.0.9 messages are rendered as html, e.g.
Your username has been successfully registered but your account still requires activation. Please login as user samm-test, and follow the instructions.
I think if rendering of the html is disabled it may affect many third party plugins. Could you please tell me if it is expected behavior?
Attachments (0)
Change History (1)
comment:1 by , 9 years ago
Component: | rendering → general |
---|---|
Milestone: | 1.0.11 |
Resolution: | → cantfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PluginIssue (th:AccountManagerPlugin, th:#12722).