wip: fix tabs

This commit is contained in:
Cyrille L 2022-12-31 16:54:01 +01:00
parent 5a38722c6b
commit cb6bc7690d
1 changed files with 1 additions and 2 deletions

View File

@ -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'):