HTML override
HTML flag now overrides and forces the forum stylings
This commit is contained in:
parent
fcba310d74
commit
aeb2ff930c
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ def main(fname, oname = None, verbose = True, encoding = 'std',
|
||||||
if for_html:
|
if for_html:
|
||||||
# have to preapend html info
|
# have to preapend html info
|
||||||
writer.write(utils.html_prepend)
|
writer.write(utils.html_prepend)
|
||||||
|
for_forum = True
|
||||||
|
|
||||||
for card in cards:
|
for card in cards:
|
||||||
if for_mse:
|
if for_mse:
|
||||||
|
|
Loading…
Reference in a new issue