Fix bible titles

This commit is contained in:
Tim Bentley 2010-08-24 18:12:47 +01:00
parent b2234ae269
commit 7359e91283
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ class ServiceItem(object):
pass
else:
log.error(u'Invalid value renderer :%s' % self.service_item_type)
self.title = clean_tags(self.title)
self.foot_text = None
if self.raw_footer:
for foot in self.raw_footer: