Skip to content

Commit

Permalink
Merge pull request #41 from Code4GovTech/api_markdown_fix
Browse files Browse the repository at this point in the history
var changes
  • Loading branch information
sasi2312 authored Jul 24, 2024
2 parents 9e63e33 + 125ff34 commit c54405c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def remove_unmatched_tags(text):

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

return cleaned_text

Expand Down

0 comments on commit c54405c

Please sign in to comment.