Modify ↓
Opened 16 years ago
Closed 16 years ago
#7330 closed defect (fixed)
email escaping does not work
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.1 |
Component: | wiki system | Version: | 0.11 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Seems like using ! to escape email addresses does not work on wiki pages in 0.11rc2.
example@example.org !example@example.org
The first will expand to a mailto: link, the second will also but with a prepended ! before the link.
!mailto:example@example.org
seems to work correctly.
Attachments (0)
Change History (5)
comment:1 by , 16 years ago
Component: | general → wiki system |
---|
comment:2 by , 16 years ago
Version: | 0.11rc2 → 0.11 |
---|
comment:3 by , 16 years ago
Milestone: | → 0.12 |
---|
comment:4 by , 16 years ago
Milestone: | 0.12 → 0.11.1 |
---|---|
Owner: | changed from | to
Severity: | normal → minor |
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [7290].