Skip to content
Snippets Groups Projects
Commit 371e50382870 authored by Sandrine Ribeau's avatar Sandrine Ribeau
Browse files

[views] should use dc_title instead of title

parent 7e2c2fbbe841
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment