wip: in-dev for HTML tabulations from final result

This commit is contained in:
Cyrille L 2022-11-19 18:10:52 +01:00
parent 8664c8babc
commit a0c24fa797
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ def convert_bcodes(article, fm, lm, css):
if bCode: if bCode:
bCode_ln += 1 bCode_ln += 1
line = ' <span class="lnbr">%s</span><span>%s</span>'%( line = '<span class="lnbr">%s</span><span>%s</span>'%(
bCode_ln, line bCode_ln, line
) )
if bCode_lines: bCode_lines = '%s\n%s'%(bCode_lines, line) if bCode_lines: bCode_lines = '%s\n%s'%(bCode_lines, line)