From 14eea23724513f89c5c025eb3f1d4d30fe102272 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 7 Oct 2021 05:17:33 +0200 Subject: [PATCH] gdfg --- files/templates/comment_failed.html | 6 +-- files/templates/comments.html | 36 ++++++++-------- files/templates/formatting.html | 4 +- files/templates/header.html | 16 +++---- files/templates/home.html | 2 +- files/templates/patrons.html | 2 +- files/templates/settings_profile.html | 14 +++---- files/templates/submission.html | 42 +++++++++---------- files/templates/submission_listing.html | 32 +++++++------- files/templates/submit.html | 14 +++---- files/templates/userpage.html | 56 ++++++++++++------------- 11 files changed, 112 insertions(+), 112 deletions(-) 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 @@
- +   - +