app/soc/views/helper/forms.py
changeset 459 2cfcedaf7c16
parent 394 4c60652a3947
child 472 519c298a4f87
--- a/app/soc/views/helper/forms.py	Mon Nov 10 00:41:01 2008 +0000
+++ b/app/soc/views/helper/forms.py	Mon Nov 10 00:41:54 2008 +0000
@@ -89,7 +89,7 @@
   DEF_ERROR_ROW = u'<tr><td colspan="2">%s</td></tr>'
   DEF_ROW_ENDER = '</td></tr>'
   DEF_HELP_TEXT_HTML = u'<td class="formfieldhelptext">%s</td>'
-  
+
   def __init__(self, *args, **kwargs):
     """Parent class initialization.