Skip to content

Commit

Permalink
Address issue #262: default css_class to tile-default
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos F. Romero committed Aug 27, 2013
1 parent 7419c3a commit a49abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/cover/tiles/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _set_default_configuration(self):
order = unicode(fields.index(name))
# default configuration attributes for all fields
defaults[name] = {'order': order, 'visibility': u'on'}
if name=='css_class':
if name == 'css_class':
# css_class, set default
defaults[name] = DEFAULT_SEQUENCEWIDGET_VALUE
if ITextLine.providedBy(field):
Expand Down

0 comments on commit a49abb0

Please sign in to comment.