Skip to content

Commit 125ff34

Browse files
committed
var changes
1 parent 56c26e7 commit 125ff34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def remove_unmatched_tags(text):
9999

100100
#For front end renders add ul tags
101101
if not cleaned_text.strip().startswith("<ul>"):
102-
return f"<ul>{text}</ul>"
102+
return f"<ul>{cleaned_text}</ul>"
103103

104104
return cleaned_text
105105

0 commit comments

Comments
 (0)