From b9dfec645fb852f98131d116f0b0e750d2d57a01 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 7 Dec 2011 08:55:54 +0530 Subject: [PATCH] Fix ampersands in titles not displaying in the Cover Browser --- src/calibre/gui2/cover_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/cover_flow.py b/src/calibre/gui2/cover_flow.py index 0352c9603f..4ba6c198f2 100644 --- a/src/calibre/gui2/cover_flow.py +++ b/src/calibre/gui2/cover_flow.py @@ -70,7 +70,7 @@ if pictureflow is not None: ans = '' except: ans = '' - return ans + return ans.replace('&', '&&') def subtitle(self, index): try: