From 94e5f70d300d4238b41763ac90aaadb22d2bd21b Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Tue, 10 Jul 2018 10:17:38 -0500 Subject: [PATCH] [hotfix-7-10-18] Removing extraneous jinja --- templates/plugin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}