Modify

Opened 13 years ago

Closed 13 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 13 years ago by Ryan J Ollos

Owner: changed from jeangui to Ryan J Ollos
Status: newassigned

comment:2 Changed 13 years ago by Ryan J Ollos

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.

comment:3 Changed 13 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

(In [9849]) Wrapped <img> tag with an anchor so that clicking on the image shows the image displayed alone in the browser. Fixes #8493.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.