From d748f52f18f5440ba9925aa37cb2247e62d88e96 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Feb 2009 13:11:35 -0800 Subject: [PATCH] Fix #1686 (Buttons in the options menu of custom news not wide enough) --- src/calibre/web/feeds/recipes/recipe_faznet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/web/feeds/recipes/recipe_faznet.py b/src/calibre/web/feeds/recipes/recipe_faznet.py index 5e8891ef34..ceeeba6cd1 100644 --- a/src/calibre/web/feeds/recipes/recipe_faznet.py +++ b/src/calibre/web/feeds/recipes/recipe_faznet.py @@ -11,7 +11,7 @@ class FazNet(BasicNewsRecipe): title = 'FAZ NET' __author__ = 'Kovid Goyal' - description = '"Frankfurter Allgemeine Zeitung' + description = 'Frankfurter Allgemeine Zeitung' use_embedded_content = False language = _('German') max_articles_per_feed = 30