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

Commit

Permalink
Reverting - false scare, wrong configuration during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Mar 4, 2017
1 parent 6c9f4f1 commit 52a97f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/fb2html.py
Expand Up @@ -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:
Expand Down

0 comments on commit 52a97f0

Please sign in to comment.