diff --git a/apps/tags/templates/tags/tag_list.html b/apps/tags/templates/tags/tag_list.html index 0e8b5d0448..f76a6a8851 100644 --- a/apps/tags/templates/tags/tag_list.html +++ b/apps/tags/templates/tags/tag_list.html @@ -7,7 +7,7 @@ or (request.user.is_authenticated() and addon and addon.has_author(request.amo_user)) or tag in current_user_tags %} - {% endif %} diff --git a/apps/versions/templates/versions/version.html b/apps/versions/templates/versions/version.html index d9077b040d..491e42941b 100644 --- a/apps/versions/templates/versions/version.html +++ b/apps/versions/templates/versions/version.html @@ -25,7 +25,7 @@ {% endif %}
- {{ version.releasenotes|nl2br }} + {{ version.releasenotes }}
{# License #} @@ -52,7 +52,7 @@ {% endif %} {% if show_versions_link and not addon.is_selfhosted() %}
  • - + {{ _('View All Versions') }}