diff --git a/mysite/project/templates/project/project_list_item.html b/mysite/project/templates/project/project_list_item.html index eb81da3628..4f99fd545f 100644 --- a/mysite/project/templates/project/project_list_item.html +++ b/mysite/project/templates/project/project_list_item.html @@ -23,7 +23,7 @@ {% endif %} > - {{ project.display_name|break_long_words|safe }} + {{ project.display_name|break_long_words|striptags|safe }}
{% if project.get_bug_count %}