diff --git a/LICENSE b/LICENSE
index ada1a8176..1c66220d2 100755
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see .
+ along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
@@ -658,4 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
-.
+.
diff --git a/files/assets/images/browserconfig.xml b/files/assets/images/browserconfig.xml
index 8dc439530..2a62d8f5f 100755
--- a/files/assets/images/browserconfig.xml
+++ b/files/assets/images/browserconfig.xml
@@ -2,7 +2,7 @@
-
+ #FF66AC
diff --git a/files/assets/js/emoji_modal.js b/files/assets/js/emoji_modal.js
index aeb2c27bf..768579120 100755
--- a/files/assets/js/emoji_modal.js
+++ b/files/assets/js/emoji_modal.js
@@ -88,7 +88,7 @@ function loadEmojis(form) {
for (let j = 0; j < arr.length; j++) {
if (arr[j].match(search_bar.value)) {
- str += ``;
+ str += ``;
}
}
@@ -103,7 +103,7 @@ function loadEmojis(form) {
let container = document.getElementById(`EMOJIS_${EMOJIS_STRINGS[i].type}`)
for (let j = 0; j < arr.length; j++) {
if (arr[j].match(search_bar.value.toLowerCase())) {
- str += ``;
+ str += ``;
}
}
container.innerHTML = ""
diff --git a/files/assets/js/settings_profile.js b/files/assets/js/settings_profile.js
index 12c62a415..c4002e914 100755
--- a/files/assets/js/settings_profile.js
+++ b/files/assets/js/settings_profile.js
@@ -66,7 +66,7 @@ function updatebgselection(){
let bgsDir = backgrounds[bgselector.selectedIndex].folder;
for (i=0; i < bgsToDisplay.length; i++) {
let onclickPost = bgsDir + "/" + bgsToDisplay[i];
- str += ``;
+ str += ``;
}
bgContainer.innerHTML = str;
}
diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py
index 4e847d292..7e4ee0741 100755
--- a/files/helpers/jinja2.py
+++ b/files/helpers/jinja2.py
@@ -27,7 +27,7 @@ def favorite_emojis(x):
str = ""
emojis = sorted(x.items(), key=lambda x: x[1], reverse=True)[:25]
for k, v in emojis:
- str += f''
+ str += f''
return str
@app.context_processor
diff --git a/files/routes/feeds.py b/files/routes/feeds.py
index 1d76af10d..50b49c980 100755
--- a/files/routes/feeds.py
+++ b/files/routes/feeds.py
@@ -61,6 +61,6 @@ def feeds_user(sort='hot', t='all'):
if len(post.body_html) > 0:
with tag("content", type="html"):
- doc.cdata(f' {post.body_html}')
+ doc.cdata(f' {post.body_html}')
return Response( ""+ doc.getvalue(), mimetype="application/xml")
\ No newline at end of file
diff --git a/files/templates/admin/awards.html b/files/templates/admin/awards.html
index 93a1b0f0c..994404f89 100755
--- a/files/templates/admin/awards.html
+++ b/files/templates/admin/awards.html
@@ -55,7 +55,7 @@