From: Michael Tremer Date: Sun, 25 Nov 2012 20:40:15 +0000 (+0100) Subject: Fix double minus for negative credit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57192b24d7929987b50574c1174ec9834c99eba;p=pbs.git Fix double minus for negative credit. --- diff --git a/data/templates/modules/log-entry-comment.html b/data/templates/modules/log-entry-comment.html index d66f1d8b..8b822104 100644 --- a/data/templates/modules/log-entry-comment.html +++ b/data/templates/modules/log-entry-comment.html @@ -8,7 +8,7 @@ ‐ {% elif entry.vote == "down" %} - -{{ entry.credit }} + {{ entry.credit }} ‐ {% end %}