# HG changeset patch # User Adrien Di Mascio # Date 1235141198 -3600 # Node ID e78ae38506dba29e7d3067b77a9c3087c06affc5 # Parent e1f848785e3d2afaf6ff2e812f572c65b4f8c9d0 select tag now accepts a multiple argument diff -r e1f848785e3d -r e78ae38506db common/tags.py --- a/common/tags.py Fri Feb 20 15:40:28 2009 +0100 +++ b/common/tags.py Fri Feb 20 15:46:38 2009 +0100 @@ -13,9 +13,13 @@ span = tag('span') img = tag('img') label = tag('label') +option = tag('option') -def select(name, options=[]): - html = [u'' % name] + else: + html = [u'') return u'\n'.join(html)