From 52a97f0eba9baca59c8e5a012a78f85607ae49b6 Mon Sep 17 00:00:00 2001 From: rupor-github Date: Sat, 4 Mar 2017 11:32:03 -0500 Subject: [PATCH] Reverting - false scare, wrong configuration during testing --- modules/fb2html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fb2html.py b/modules/fb2html.py index d319e98..52157bb 100644 --- a/modules/fb2html.py +++ b/modules/fb2html.py @@ -799,6 +799,7 @@ def parse_format(self, elem, tag=None, css=None, href=None): elif self.notes_mode in ('default', 'float') and tag == 'a': if href[1:] in self.notes_dict: elem.set('id', 'back_' + href[1:]) + else: css = 'linkanchor' if tag: