Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#4002 closed defect (fixed)

Typo error in chrome.py

Reported by: pkou at ua.fm Owned by: Jonas Borgström
Priority: normal Milestone: 0.11
Component: general Version: devel
Severity: trivial Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

It is obvious:

  • trac/web/chrome.py

     
    198198            try:
    199199                fileobj.write("""<html xmlns="http://www.w3.org/1999/xhtml"
    200200      xmlns:py="http://genshi.edgewall.org/" py:strip="">
    201   <!-- Custom match templates fo here -->
     201  <!-- Custom match templates go here -->
    202202</html>""")
    203203            finally:
    204204                fileobj.close()

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in r4804. Finally someone noticed that ticket ;-)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.