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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)