common/tags.py
branchtls-sprint
changeset 1054 434e098f6c76
parent 980 59552ba2015f
child 1065 0a37f90acb13
--- a/common/tags.py	Wed Mar 11 11:19:23 2009 +0100
+++ b/common/tags.py	Wed Mar 11 11:34:15 2009 +0100
@@ -28,8 +28,7 @@
 h4 = tag('h4')
 h5 = tag('h5')
 
-def select(name, id=None, multiple=False, options=[]):
-    attrs = {}
+def select(name, id=None, multiple=False, options=[], **attrs):
     if multiple:
         attrs['multiple'] = 'multiple'
     if id: