Modify ↓
Opened 19 years ago
Closed 19 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
198 198 try: 199 199 fileobj.write("""<html xmlns="http://www.w3.org/1999/xhtml" 200 200 xmlns:py="http://genshi.edgewall.org/" py:strip=""> 201 <!-- Custom match templates fo here -->201 <!-- Custom match templates go here --> 202 202 </html>""") 203 203 finally: 204 204 fileobj.close()
Attachments (0)
Note:
See TracTickets
for help on using tickets.



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