Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Mar 4, 2017
1 parent aa0f2e3 commit 6c9f4f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/fb2html.py
Expand Up @@ -799,7 +799,6 @@ 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:
Expand Down

0 comments on commit 6c9f4f1

Please sign in to comment.