common/tags.py
branchstable
changeset 3847 7cf2b338a8e7
parent 3803 414bb8439002
child 4023 eae23c40627a
child 4212 ab6573088b4a
--- 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: