Modify ↓
Opened 14 years ago
Closed 14 years ago
#8493 closed defect (fixed)
illegal closing html tag
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | LatexMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Line 86 closes an </a> without opening it before.
return '<img src="%s/%s.png"/></a>' % (images_url, filename)
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from jeangui to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I can confirm this is a defect. Clicking on the generated image does not display the image in the browser. Fix to be applied shortly.