Fix ampersands in titles not displaying in the Cover Browser

This commit is contained in:
Kovid Goyal 2011-12-07 08:55:54 +05:30
parent 83a095de32
commit b9dfec645f

View File

@ -70,7 +70,7 @@ if pictureflow is not None:
ans = ''
except:
ans = ''
return ans
return ans.replace('&', '&&')
def subtitle(self, index):
try: