Skip to content

Commit

Permalink
Merge pull request #167 from mandarg/escape-fix
Browse files Browse the repository at this point in the history
Strip tags before displaying project name
  • Loading branch information
paulproteus committed Dec 12, 2013
2 parents 215393a + f4cc4ae commit 94beb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysite/project/templates/project/project_list_item.html
Expand Up @@ -23,7 +23,7 @@
{% endif %}
>
<a href='{{ project.get_url }}'>
{{ project.display_name|break_long_words|safe }}
{{ project.display_name|break_long_words|striptags|safe }}
</a>
<div class='summary'>
{% if project.get_bug_count %}
Expand Down

0 comments on commit 94beb63

Please sign in to comment.