Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5160 closed defect (duplicate)

error when trying to view html.py

Reported by: anonymous 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 Emmanuel Blot)

when viewing root/django/trunk/django/utils/html.py

got following error-trace:

(use this URL to get the error immediately). Looks like a simple malformed tag.)

Traceback (most recent call last):
  File "/home/trac/new-djangoproject-trac-test/trac/web/main.py", line 387, in dispatch_request
  File "/home/trac/new-djangoproject-trac-test/trac/web/main.py", line 244, in dispatch
  File "/home/trac/new-djangoproject-trac-test/trac/web/api.py", line 358, in display
  File "/home/trac/new-djangoproject-trac-test/trac/web/clearsilver.py", line 296, in render
  File "/var/tmp/python2.3-2.3.3-root/usr/lib/python2.3/HTMLParser.py", line 108, in feed
    self.goahead(0)
  File "/var/tmp/python2.3-2.3.3-root/usr/lib/python2.3/HTMLParser.py", line 148, in goahead
    k = self.parse_starttag(i)
  File "/var/tmp/python2.3-2.3.3-root/usr/lib/python2.3/HTMLParser.py", line 239, in parse_starttag
    endpos = self.check_for_whole_start_tag(i)
  File "/var/tmp/python2.3-2.3.3-root/usr/lib/python2.3/HTMLParser.py", line 314, in check_for_whole_start_tag
    self.error("malformed start tag")
  File "/var/tmp/python2.3-2.3.3-root/usr/lib/python2.3/HTMLParser.py", line 115, in error
    raise HTMLParseError(message, self.getpos())
HTMLParseError: malformed start tag, at line 338, column 194

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)

comment:2 by Emmanuel Blot, 17 years ago

Component: generalbrowser
Owner: changed from Jonas Borgström to Christian Boos
Version: 0.10.3

comment:3 by Christian Boos, 17 years ago

Resolution: duplicate
Status: newclosed

Probably a duplicate of #4365.

Modify Ticket

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