diff --git a/files/templates/comments.html b/files/templates/comments.html index 4cea51660..d5a369789 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -295,10 +295,10 @@ {% endif %} {% elif v %} -
  • +
  • {% else %} -
  • +
  • {% endif %} @@ -311,11 +311,11 @@
  • {% endif %} {% elif v %} -
  • +
  • {% else %} -
  • +
  • {% endif %} @@ -396,9 +396,9 @@ {% if v and request.path.startswith('/@') and v.admin_level == 0 %} {% if voted==1 %}
  • {% endif %} {% elif v %} -
  • +
  • {% else %} -
  • +
  • {% endif %}
  • {{score}}
  • {% if v and request.path.startswith('/@') and v.admin_level == 0 %} @@ -406,9 +406,9 @@
  • {% endif %} {% elif v %} -
  • +
  • {% else %} -
  • +
  • {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index e0ee1c5c7..b3f4eb204 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -496,19 +496,19 @@ {% if v %}
    -
    +
    {{score}} -
    +
    {% else %}
    -
    +
    {{score}} -
    +
    {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 70e2f046e..8139a59a3 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -70,19 +70,19 @@ {% elif v %} -
    +
    {{score}} -
    +
    {% else %} -
    +
    {{score}} -
    +
    {% endif %}