indent fix

This commit is contained in:
Frédéric Péters 2012-05-02 14:24:16 +02:00
parent b46f68575a
commit 23385d626a
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ class RelatedDocObjPathSource(ObjPathSource):
title = brain.Title
else:
title = unicode(brain.Title, 'utf-8')
return SimpleTerm(value, token=brain.getPath(), title=u'%s [%s]' % (
return SimpleTerm(value, token=brain.getPath(), title=u'%s [%s]' % (
title.replace('\n', ' - ').replace('\r', ''),
brain.Type))