From 5a19ad8eaaf5ce2c9aa831460545a23a7f179569 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 25 Apr 2016 10:03:54 +0530 Subject: [PATCH] ... --- recipes/1843.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/1843.recipe b/recipes/1843.recipe index a4c51901a2..037eedac86 100644 --- a/recipes/1843.recipe +++ b/recipes/1843.recipe @@ -13,8 +13,8 @@ def classes(classes): 'class': lambda x: x and frozenset(x.split()).intersection(q)}) -class E1834(BasicNewsRecipe): - title = '1834' +class E1843(BasicNewsRecipe): + title = '1843' __author__ = 'Kovid Goyal' language = 'en' no_stylesheets = True