Skip to content

Commit c54405c

Browse files
authored
Merge pull request #41 from Code4GovTech/api_markdown_fix
var changes
2 parents 9e63e33 + 125ff34 commit c54405c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2_utils.py

+1-1
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)