mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix ampersands in titles not displaying in the Cover Browser
This commit is contained in:
parent
83a095de32
commit
b9dfec645f
@ -70,7 +70,7 @@ if pictureflow is not None:
|
|||||||
ans = ''
|
ans = ''
|
||||||
except:
|
except:
|
||||||
ans = ''
|
ans = ''
|
||||||
return ans
|
return ans.replace('&', '&&')
|
||||||
|
|
||||||
def subtitle(self, index):
|
def subtitle(self, index):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user