--- a/common/uilib.py Tue Aug 25 19:42:19 2009 +0200
+++ b/common/uilib.py Tue Aug 25 22:57:47 2009 +0200
@@ -357,9 +357,9 @@
else:
s += '<td class="tree_cell" rowspan="2"><div class="tree_cell">%s</div></td>' % (render_node(cell.id))
else:
- s += '<td rowspan="2"> </td>'
- s += '<td class="tree_cell_%d_1"> </td>' % link_cell
- s += '<td class="tree_cell_%d_2"> </td>' % link_cell
+ s += '<td rowspan="2"> </td>'
+ s += '<td class="tree_cell_%d_1"> </td>' % link_cell
+ s += '<td class="tree_cell_%d_2"> </td>' % link_cell
cell = line[-1]
if cell:
@@ -368,14 +368,14 @@
else:
s += '<td class="tree_cell" rowspan="2"><div class="tree_cell">%s</div></td>' % (render_node(cell.id))
else:
- s += '<td rowspan="2"> </td>'
+ s += '<td rowspan="2"> </td>'
s += '</tr>\n'
if link_line:
s += '<tr>'
for j, link_cell in enumerate(link_line):
- s += '<td class="tree_cell_%d_3"> </td>' % link_cell
- s += '<td class="tree_cell_%d_4"> </td>' % link_cell
+ s += '<td class="tree_cell_%d_3"> </td>' % link_cell
+ s += '<td class="tree_cell_%d_4"> </td>' % link_cell
s += '</tr>\n'
s += '</table>'
@@ -428,7 +428,7 @@
xml_escape(stackentry[0]), stackentry[1], xml_escape(stackentry[2])))
if stackentry[3]:
string = xml_escape(stackentry[3]).decode('utf-8', 'replace')
- strings.append(u' %s<br/>\n' % (string))
+ strings.append(u'  %s<br/>\n' % (string))
# add locals info for each entry
try:
local_context = tcbk.tb_frame.f_locals