diff --git a/templates/plugin.html b/templates/plugin.html index fbe79cd6..a9825986 100644 --- a/templates/plugin.html +++ b/templates/plugin.html @@ -62,7 +62,7 @@ {% if this.tags %} {% for t in this.tags|sort %} - {{ "and " if (loop.last and this.tags|length > 1) }} + {{ "and " if loop.last }} {{ t }}{{ ", " if not loop.last }} {% endfor %} {% else %}