HTML override

HTML flag now overrides and forces the forum stylings
This commit is contained in:
reimannsum 2016-06-13 19:54:01 -04:00
parent fcba310d74
commit aeb2ff930c
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ def main(fname, oname = None, verbose = True, encoding = 'std',
if for_html:
# have to preapend html info
writer.write(utils.html_prepend)
for_forum = True
for card in cards:
if for_mse: