Edgewall Software

Ticket #4002 (closed defect: fixed)

Opened 2 years ago

Last modified 22 months ago

Typo error in chrome.py

Reported by: pkou at ua.fm Owned by: jonas
Priority: normal Milestone: 0.11
Component: general Version: devel
Severity: trivial Keywords:
Cc:

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

Change History

Changed 22 months ago by cboos

  • status changed from new to closed
  • resolution set to fixed

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

Add/Change #4002 (Typo error in chrome.py)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.