Update webapp.py

This commit is contained in:
adamabak 2022-03-24 20:10:03 -04:00 committed by GitHub
parent 03eb9c2461
commit 35521b285b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ def code_highlighter(codelines, language=None):
tmp_code = ''
last_line = None
# parse lines
for line, code in codelines:
if not last_line: