fix html in atom feed titles
This commit is contained in:
parent
f577c7abb2
commit
2a708e72cf
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue