diff --git a/frappe/utils/html_utils.py b/frappe/utils/html_utils.py
index 7af5ab9907..4e8a828e1e 100644
--- a/frappe/utils/html_utils.py
+++ b/frappe/utils/html_utils.py
@@ -44,6 +44,7 @@ def clean_html(html):
"tbody",
"td",
"tr",
+ "a",
},
clean_content_tags=REMOVE_CONTENT_TAGS,
strip_comments=True,