--- a/roundup/cgi/cgitb.py +++ b/roundup/cgi/cgitb.py @@ -129,8 +129,7 @@ pyver = 'Python ' + sys.version.split()[0] + '
' + sys.executable head = pydoc.html.heading( _('%(exc_type)s: %(exc_value)s') - % {'exc_type': etype, 'exc_value': evalue}, - '#ffffff', '#777777', pyver) + % {'exc_type': etype, 'exc_value': evalue}) head = head + (_('

A problem occurred while running a Python script. ' 'Here is the sequence of function calls leading up to '