#20418 closed defect (bug) (fixed)
make_clickable() should not operate on links in attributes.
Reported by: | ryan | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3.1 |
Component: | Formatting | Keywords: | |
Focuses: | Cc: |
Description
make_clickable() turns this:
<a href="http://example.com/example.gif" title="Image from http://example.com">Look at this image!</a>
into this:
<a href="http://example.com/example.gif" title="Image from <a href="http://example.com" rel="nofollow">http://example.com</a>">Look at this image!</a>
It should not.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In [20443]: