Ticket #8493 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

illegal closing html tag

Reported by: anonymous Assigned to: rjollos
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

Change History

02/10/11 23:22:29 changed by rjollos

  • owner changed from jeangui to rjollos.
  • status changed from new to assigned.

02/11/11 13:07:32 changed by rjollos

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.

02/11/11 13:09:41 changed by rjollos

  • status changed from assigned to closed.
  • resolution set to fixed.

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


Add/Change #8493 (illegal closing html tag)




Change Properties
Action