Edgewall Software

Changes between Initial Version and Version 2 of Ticket #8045


Ignore:
Timestamp:
Feb 11, 2009, 8:38:03 AM (15 years ago)
Author:
Christian Boos
Comment:

One of the MostFrequentDuplicates: see #4365 for example or search:"HTMLParseError: bad end tag" for similar ones.

In any case, upgrading to 0.11 will most likely fix your problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8045

    • Property Status newclosed
    • Property Resolutionduplicate
  • Ticket #8045 – Description

    initial v2  
    55I get this error:
    66Python Traceback
    7 
    8 Traceback (most recent call last):
    9   File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
    10     dispatcher.dispatch(req)
    11   File "/var/lib/python-support/python2.5/trac/web/main.py", line 244, in dispatch
    12     req.display(template, content_type or 'text/html')
    13   File "/var/lib/python-support/python2.5/trac/web/api.py", line 358, in display
    14     data = self.hdf.render(template, form_token)
    15   File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", line 296, in render
    16     injector.feed(template.render())
    17   File "/usr/lib/python2.5/HTMLParser.py", line 108, in feed
    18     self.goahead(0)
    19   File "/usr/lib/python2.5/HTMLParser.py", line 150, in goahead
    20     k = self.parse_endtag(i)
    21   File "/usr/lib/python2.5/HTMLParser.py", line 314, in parse_endtag
    22     self.error("bad end tag: %r" % (rawdata[i:j],))
    23   File "/usr/lib/python2.5/HTMLParser.py", line 115, in error
     7{{{
     8...
    249    raise HTMLParseError(message, self.getpos())
    2510HTMLParseError: bad end tag: '</</span>', at line 423, column 124
    26 
     11}}}
    2712
    2813This happens for all files (I've tried several random files on our system)