Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Oct 31, 2017
1 parent a8c346b commit f554e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/client/preprocessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def run(self):
name = BOOK_NAMES[book]
index_json['titles'][html_file] = name
chapter_dirs = sorted(glob(os.path.join(self.source_dir, project.path, '*')))
markdown += '# <a id="tq-{0}"/> {1}\n\n'.format(book, name)
markdown += '# <a id="tn-{0}"/> {1}\n\n'.format(book, name)
index_json['chapters'][html_file] = []
for move_str in ['front', 'intro']:
self.move_to_front(chapter_dirs, move_str)
Expand Down

0 comments on commit f554e2a

Please sign in to comment.