fix html in atom feed titles

This commit is contained in:
j 2014-01-25 09:00:52 +00:00
commit 2a708e72cf
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ class MetaClip:
@property
def public_id(self):
return u"%s/%0.03f-%0.03f" %(self.item.itemId, float(self.start), float(self.end))
return u"%s/%0.03f-%0.03f" % (self.item.itemId, float(self.start), float(self.end))
def __unicode__(self):
return self.public_id