Skip to content

Commit

Permalink
ensuring tags are stripped form colelction grid descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jul 7, 2011
1 parent 91db927 commit c1eca68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bandwagon/templates/bandwagon/collection_grid.html
Expand Up @@ -16,7 +16,7 @@
</div>
<div class="summary">
<h3>{{ collection.name }}</h3>
<p class="desc">{{ collection.description }}</p>
<p class="desc">{{ collection.description|striptags }}</p>
</div>
</a>
<div class="more">
Expand Down

0 comments on commit c1eca68

Please sign in to comment.