Commit c6f79454 by ichuang

more tabs -> spaces

parent d8c8c850
......@@ -87,7 +87,7 @@ class SequenceModule(XModule):
'type': child.get_icon_class(),
}
if childinfo['title']=='':
childinfo['title'] = child.metadata['display_name']
childinfo['title'] = child.metadata['display_name']
contents.append(childinfo)
params = {'items': contents,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment