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