diff -r 3ffacbdf7e9c -r 408867c79d9e doc/tutorials/base/customizing-the-application.rst --- a/doc/tutorials/base/customizing-the-application.rst Mon Oct 19 23:39:30 2015 +0200 +++ b/doc/tutorials/base/customizing-the-application.rst Thu Sep 24 09:43:36 2015 +0200 @@ -422,7 +422,7 @@ entity = self.cw_rset.get_entity(row, col) self.w(u'

Welcome to the "%s" community

' % entity.printable_value('name')) if entity.display_cw_logo(): - self.w(u'') + self.w(u'') if entity.description: self.w(u'

%s

' % entity.printable_value('description')) @@ -522,7 +522,7 @@ def render_entity_attributes(self, entity): if entity.display_cw_logo(): - self.w(u'') + self.w(u'') if entity.description: self.w(u'

%s

' % entity.printable_value('description'))