wip: fix tabs
This commit is contained in:
parent
5a38722c6b
commit
cb6bc7690d
|
@ -584,8 +584,7 @@ def wip_raws(target):
|
||||||
def wip_tabs():
|
def wip_tabs():
|
||||||
global article_bottom
|
global article_bottom
|
||||||
article_temp = ''
|
article_temp = ''
|
||||||
tab = 0
|
tab = tab_start = 8 # From <article> tag
|
||||||
tab_start = 8 # From <article> tag
|
|
||||||
indiv = False
|
indiv = False
|
||||||
|
|
||||||
for line in article_bottom.rsplit('\n'):
|
for line in article_bottom.rsplit('\n'):
|
||||||
|
|
Loading…
Reference in New Issue