Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Nov 29, 2024
1 parent 57648bd commit 7812e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/LunaTranslator/cishu/cishubase.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def markdown_to_html(self, markdown_text: str):
lideep = 0

def switchli():
nonlocal lideep
nonlocal lideep, lastli
while lideep:
html_lines.append("</ul>")
lideep -= 1
Expand Down

0 comments on commit 7812e10

Please sign in to comment.