merge stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 15 Nov 2009 13:58:33 +0100
branchstable
changeset 3850 75023c2c34ee
parent 3847 7cf2b338a8e7 (diff)
parent 3849 afba6d304e71 (current diff)
child 3851 3a18a0a24411
child 3852 03121ca1f85e
merge
--- a/common/tags.py	Fri Nov 13 15:38:48 2009 +0100
+++ b/common/tags.py	Sun Nov 15 13:58:33 2009 +0100
@@ -32,6 +32,9 @@
 h3 = tag('h3')
 h4 = tag('h4')
 h5 = tag('h5')
+tr = tag('tr')
+th = tag('th')
+td = tag('td')
 
 def select(name, id=None, multiple=False, options=[], **attrs):
     if multiple: