diff --git a/files/templates/comment_failed.html b/files/templates/comment_failed.html index 961979d40..a1231797b 100644 --- a/files/templates/comment_failed.html +++ b/files/templates/comment_failed.html @@ -29,9 +29,9 @@
- - - + + +
diff --git a/files/templates/comments.html b/files/templates/comments.html index 5d921a4ee..2d2ee9375 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -73,7 +73,7 @@ comments = JSON.parse(localStorage.getItem("comment-counts")) || {} lastCount = comments['{{p.id}}'] if (lastCount && {{c.created_utc*1000}} > lastCount.t) { - document.getElementById("reddot-{{c.id}}").innerHTML = '' + document.getElementById("reddot-{{c.id}}").innerHTML = '' } {% endif %} @@ -195,24 +195,24 @@ {% if c.awards %} {% for a in c.awards %} - + {% endfor %} {% endif %} {% if c.bannedfor and c.author.banned_by %} - + {% endif %} {% if c.active_flags %}{{c.active_flags}} Reports{% endif %} {% if c.over_18 %}+18{% endif %} - {% if v and v.admin_level==6 and c.author.shadowbanned %}{% endif %} - {% if c.is_pinned %}{% endif %} - {% if c.distinguish_level %}{% endif %} - {% if c.is_op %}{% endif %} - {% if c.is_bot %}{% endif %} - {% if c.is_blocking %}{% endif %} - {% if c.is_blocked %}{% endif %} + {% if v and v.admin_level==6 and c.author.shadowbanned %}{% endif %} + {% if c.is_pinned %}{% endif %} + {% if c.distinguish_level %}{% endif %} + {% if c.is_op %}{% endif %} + {% if c.is_bot %}{% endif %} + {% if c.is_blocking %}{% endif %} + {% if c.is_blocked %}{% endif %} - {% if c.author.verified %} + {% if c.author.verified %} {% endif %} {{c.author.username}} @@ -255,7 +255,7 @@
  Cancel @@ -276,9 +276,9 @@
- +   - +