diff --git a/app/templates/macros/reviews.html b/app/templates/macros/reviews.html index d4869c6..642e086 100644 --- a/app/templates/macros/reviews.html +++ b/app/templates/macros/reviews.html @@ -47,7 +47,9 @@

{% if show_package_link %} - {{ _("View %(title)s by %(author)s", title=review.package.title, author=review.package.author.display_name) }} + {{ _("%(title)s by %(author)s", + title="" | safe + review.package.title + "" | safe, + author=review.package.author.display_name) }} {% endif %}