Opened 18 years ago
Closed 18 years ago
#6279 closed (fixed)
urlize doesn't escape greater-than and less-than signs surrounding email address
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Template system | Version: | dev |
| Severity: | Keywords: | urlize | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
When you give urlize (with autoescape) an email address surrounding by greater-than and less-than signs like this:
<kuku@gmail.com>
it converts the mail address to a link, but doesn't escape the surrounding greater-than and less-than signs.
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | urlize.diff added |
|---|
comment:1 by , 18 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Adding a patch and regression test