Skip to content
Snippets Groups Projects
Commit 49523aa7 authored by bigbes's avatar bigbes
Browse files

Merge branch 'stable'

parents 737cfe2d 7b3ee456
No related merge requests found
......@@ -101,8 +101,8 @@ class Loader(object):
[mul_page]: /doc/mpage/index.html """
env = {
'type' : 'Switch to ' + ('One-page' if not one_page else 'Multi-page') + ' version',
'ot' : 'one_page' if one_page else 'mul_page',
'type' : 'Page Per Chapter' if one_page else 'All in One Page',
'ot' : 'one_page' if one_page else 'mul_page',
't' : 'mul_page' if one_page else 'one_page',
}
lheader = markdown(lheader.format(**env), extensions=mdext)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment