[common] add tr, th and td tags stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 13 Nov 2009 15:36:09 +0100
branchstable
changeset 3847 7cf2b338a8e7
parent 3846 1a7d10864628
child 3850 75023c2c34ee
[common] add tr, th and td tags
common/tags.py
--- a/common/tags.py	Fri Nov 13 14:24:47 2009 +0100
+++ b/common/tags.py	Fri Nov 13 15:36:09 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: