From 8a7ac0e0b85b721518bc2fa94a6c2e98c4ae4a90 Mon Sep 17 00:00:00 2001 From: FatherHal <95137430+FatherHal@users.noreply.github.com> Date: Mon, 20 Dec 2021 11:33:53 -0600 Subject: [PATCH 1/2] Update snappy_Drama.txt --- snappy_Drama.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snappy_Drama.txt b/snappy_Drama.txt index d6f3d4dd5..0f84c72bd 100644 --- a/snappy_Drama.txt +++ b/snappy_Drama.txt @@ -2791,3 +2791,5 @@ VR, for those who are piling on without actually using it, are probably unaware {[para]} 8===D {[para]} +One time, there was guy directly behind me an my nephews, and he was talking to his kid the whole time. Turned around and told him to STFU it is rude. The guy started giving me shit, saying how he was going to beat the shit out of me after the movie. As the movie ended, I stood up and turned around to see what he was going to do. He and his kid bolted out right away and all I saw was a glimpse of him as he walked quickly out of there. Anyways, I never see a problem with confronting people. You should say something to those people. And if they don't shut up, just grab the baby out of their hands and throw the kid as hard as you can against the screen and start shouting over and over, "See what you made me do!!??" That'll teach them. +{[para]} From d2b79ee0b0779e2db06c350f9e56a9f3c4613eca Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 20 Dec 2021 19:39:07 +0200 Subject: [PATCH 2/2] dsf --- files/helpers/sanitize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 415fa29c1..f98f07bbf 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -138,6 +138,7 @@ def sanitize(sanitized, noimages=False): tag["loading"] = "lazy" tag["data-src"] = tag["src"] tag["src"] = "/assets/images/loading.webp" + tag['alt'] = f'![]({tag["src"]})' link = soup.new_tag("a") link["href"] = tag["data-src"]