diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index c7c213ea1..a77e54764 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -337,7 +337,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys sanitized = sanitized.replace(i.group(0), htmlsource) - sanitized = video_sub_regex.sub(r'\1', sanitized) + sanitized = video_sub_regex.sub(r'\1', sanitized) sanitized = audio_sub_regex.sub(r'\1', sanitized) if count_marseys: diff --git a/files/templates/formatting.html b/files/templates/formatting.html index e71b463c0..1a9970fd0 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -79,7 +79,9 @@ Text 2 Video Files https://files.catbox.moe/v4om92.mp4 - + + + Emojis diff --git a/files/templates/submission.html b/files/templates/submission.html index 4a25f1158..507b0a2bf 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -762,16 +762,14 @@ {% elif p.is_video %}
- +

 							{% elif p.is_audio %}
 								
- +

diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index addae67fb..5e1327d5c 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -330,9 +330,7 @@
 		
 	{% elif p.is_video %}
 		
- +
{% elif p.is_audio %}