Opened 14 years ago
Last modified 14 years ago
#42 closed defect (FIXED)
Don't HTML encode the URL in the verification email
Reported by: | Sebastian Spaeth | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Keywords: | ||
Cc: | Parent Tickets: |
Description
In the verification email we would output the URL using HTML encoded text, so that e.g. & -> &. We don't want that and we know the URL won't contain user contributed content, so it is safe to turn off HTML encoding here. Patch to fix this: `https://gitorious.org/mediagoblin/mediagoblin/merge\_requests/3 <https://gitorious.org/mediagoblin/mediagoblin/merge_requests/3>`_
Change History (2)
Note:
See TracTickets
for help on using tickets.