Mercurial > p > roundup > code
diff roundup/cgi/cgitb.py @ 1947:0e19e99075e3
fix #white in cgitb
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 05 Dec 2003 03:38:47 +0000 |
| parents | cce5b4309005 |
| children | fc52d57c6c3e |
line wrap: on
line diff
--- a/roundup/cgi/cgitb.py Fri Dec 05 03:28:38 2003 +0000 +++ b/roundup/cgi/cgitb.py Fri Dec 05 03:38:47 2003 +0000 @@ -1,7 +1,7 @@ # # This module was written by Ka-Ping Yee, <ping@lfw.org>. # -# $Id: cgitb.py,v 1.8 2003-01-21 23:54:28 richard Exp $ +# $Id: cgitb.py,v 1.9 2003-12-05 03:36:34 richard Exp $ __doc__ = """ Extended CGI traceback handler by Ka-Ping Yee, <ping@lfw.org>. @@ -163,7 +163,7 @@ line = '<tt>%s %s</tt>' % (number, pydoc.html.preformat(line)) if i == lnum: line = ''' -<table width="100%%" bgcolor="#white" cellspacing=0 cellpadding=0 border=0> +<table width="100%%" bgcolor="white" cellspacing=0 cellpadding=0 border=0> <tr><td>%s</td></tr></table>''' % line excerpt.append('\n' + line) if i == lnum:
