From 25ac6547454ceb463d17c6efff965f7794c5fd18 Mon Sep 17 00:00:00 2001
From: Aevann1
Date: Fri, 14 Jan 2022 06:33:09 +0200
Subject: [PATCH] bb
---
files/helpers/sanitize.py | 4 ++--
files/templates/formatting.html | 2 +-
files/templates/submission.html | 2 +-
files/templates/submission_listing.html | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py
index 866233edc..8db6bdf93 100644
--- a/files/helpers/sanitize.py
+++ b/files/helpers/sanitize.py
@@ -247,9 +247,9 @@ def sanitize(sanitized, noimages=False, alert=False, comment=False):
sanitized = sanitized.replace(replacing, htmlsource)
for i in re.finditer('>(https://.*?\.(mp4|webm|mov))
', sanitized):
- sanitized = sanitized.replace(f'{i.group(1)}
', f'')
+ sanitized = sanitized.replace(f'
{i.group(1)}
', f'')
for i in re.finditer('
(https:.*?\.(mp4|webm|mov))
', sanitized):
- sanitized = sanitized.replace(i.group(0), f'')
+ sanitized = sanitized.replace(i.group(0), f'
')
for rd in ["://reddit.com", "://new.reddit.com", "://www.reddit.com", "://redd.it", "://libredd.it"]:
sanitized = sanitized.replace(rd, "://old.reddit.com")
diff --git a/files/templates/formatting.html b/files/templates/formatting.html
index bcbd97705..0da8bc755 100644
--- a/files/templates/formatting.html
+++ b/files/templates/formatting.html
@@ -64,7 +64,7 @@ You can use Markdown formatting:
Video Files |
https://files.catbox.moe/v4om92.mp4 |
- |
+ |
Emojis |
diff --git a/files/templates/submission.html b/files/templates/submission.html
index 94a899d1c..0f5b25b70 100644
--- a/files/templates/submission.html
+++ b/files/templates/submission.html
@@ -429,7 +429,7 @@
{% elif p.is_video %}
-
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index b0f22e7ea..6c5dcad58 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -528,7 +528,7 @@
{% elif p.is_video %}
-
+