Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4453 closed defect (fixed)

Typo in mimeview/api.py generates invalid HTML, breaking code preview

Reported by: dorin.andreica@… Owned by: Christian Boos
Priority: high Milestone: 0.11
Component: version control/browser Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

In source:/trunk/trac/mimeview/api.py, around line 495, there's this piece of code:

def _head_row():
    return tag.re(

This is most probably a typo, what was intended is return tag.tr(. The <re> tag genrated now badly breaks code preview in the browser.

Attachments (0)

Change History (2)

comment:1 by Tim Hatch <trac@…>, 17 years ago

Resolution: fixed
Status: newclosed

Thanks for the catch! Fixed in r4497.

comment:2 by Tim Hatch, 17 years ago

Milestone: 0.11

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.