diff options
Diffstat (limited to 'ishtar/furnitures/widgets.py')
| -rw-r--r-- | ishtar/furnitures/widgets.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ishtar/furnitures/widgets.py b/ishtar/furnitures/widgets.py index fd9077b5e..899d66307 100644 --- a/ishtar/furnitures/widgets.py +++ b/ishtar/furnitures/widgets.py @@ -46,7 +46,7 @@ class JQueryAutoComplete(forms.TextInput):              source = "'%s'" % escape(self.source)
          else:
              try:
 -                source = "'" + unicode(self.source) +"'"
 +                source = "'" + unicode(self.source) + "'"
              except:
                  raise ValueError('source type is not valid')
          options = 'source : ' + source
 | 
