Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
can haz money now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Dec 16, 2010
1 parent 7e4d4f6 commit 08ae9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/collections_teaser.html
Expand Up @@ -77,7 +77,7 @@ <h3>
</div>
{% endfor %}
<p class="lead">
{% set link = '<a href="{0}">{1}</a>'|f(collection.get_url_path(), collection.name) %}
{% set link = '<a href="{0}">{1}</a>'|f(collection.get_url_path(), collection.name|e) %}
{{ _('Like these? Find more add-ons in the {0} collection.')|f(link)|safe }}
</p>
</li>
Expand Down

0 comments on commit 08ae9b0

Please sign in to comment.