--- a/view.py Thu Sep 17 15:52:46 2009 +0200
+++ b/view.py Tue Sep 22 12:11:12 2009 +0200
@@ -313,7 +313,7 @@
w = self.w
if row:
w(u'<div class="row">')
- if show_label:
+ if show_label and label:
if tr:
label = display_name(self.req, label)
w(u'<span class="label">%s</span>' % label)