# HG changeset patch # User Sandrine Ribeau <sandrine.ribeau@logilab.fr> # Date 1254867712 25200 # Tue Oct 06 15:21:52 2009 -0700 # Node ID 371e50382870849129adb5881919aa1485d5414b # Parent 7e2c2fbbe84157815baae7521e110c1636144645 [views] should use dc_title instead of title diff --git a/views.py b/views.py --- a/views.py +++ b/views.py @@ -357,7 +357,7 @@ description = entity.dc_description(format='text/html') + \ self.req._(u'about') + \ u' <a href=%s>%s</a>' % (entity.root().absolute_url(), - entity.root().title) + entity.root().dc_title()) self._marker('description', description) self._marker('dc:date', entity.dc_date(self.date_format)) self.render_entity_creator(entity)