branch | stable |
changeset 1881 | 75540944ae18 |
parent 1730 | cec526a96535 |
child 1884 | 893119ce3fef |
--- a/web/views/timeline.py Wed May 20 14:19:02 2009 +0200 +++ b/web/views/timeline.py Wed May 20 14:19:48 2009 +0200 @@ -67,7 +67,7 @@ return None event_data = {'start': start.strftime(self.date_fmt), 'title': html_escape(entity.dc_title()), - 'description': entity.dc_description(), + 'description': entity.dc_description(format='text/html'), 'link': entity.absolute_url(), } onclick = self.onclick(entity)