From 685dcf2320c2631caa7aa4feefe26600acef5e8b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 25 Jan 2009 14:03:07 -0800 Subject: [PATCH] IGN:... --- src/calibre/ebooks/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/html.py b/src/calibre/ebooks/html.py index 8e892f428c..f551121f94 100644 --- a/src/calibre/ebooks/html.py +++ b/src/calibre/ebooks/html.py @@ -844,7 +844,7 @@ class Processor(Parser): setting, cn in cache.items()]) css += '\n\n' css += '\n'.join(['%s {%s;}'%(selector, setting) for \ - selector, setting in cache.items()]) + selector, setting in id_css.items()]) sheet = self.css_parser.parseString(self.preprocess_css(css.replace(';;}', ';}'))) for rule in sheet: self.stylesheet.add(rule)