view.py
changeset 3369 7b88d12b4ee2
parent 3023 7864fee8b4ec
parent 3326 e3089ceee1ea
child 3451 6b46d73823f5
--- 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)