Modify ↓
Opened 17 years ago
Closed 17 years ago
#6404 closed defect (duplicate)
browsing source, error opening file
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/browser | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Filename contains nothing more exotic than underscores, dots, and /'s. Other files with similar names in the same directory work.
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 389, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 246, in dispatch req.display(template, content_type or 'text/html') File "/usr/lib/python2.3/site-packages/trac/web/api.py", line 358, in display data = self.hdf.render(template, form_token) File "/usr/lib/python2.3/site-packages/trac/web/clearsilver.py", line 296, in render injector.feed(template.render()) File "/usr/lib64/python2.3/HTMLParser.py", line 108, in feed self.goahead(0) File "/usr/lib64/python2.3/HTMLParser.py", line 148, in goahead k = self.parse_starttag(i) File "/usr/lib64/python2.3/HTMLParser.py", line 239, in parse_starttag endpos = self.check_for_whole_start_tag(i) File "/usr/lib64/python2.3/HTMLParser.py", line 314, in check_for_whole_start_tag self.error("malformed start tag") File "/usr/lib64/python2.3/HTMLParser.py", line 115, in error raise HTMLParseError(message, self.getpos()) HTMLParseError: malformed start tag, at line 971, column 247
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please search for duplicate first, thanks.
search:"HTMLParseError: malformed start tag"
See #4691 which describes a workaround.