From 484806c475e3b85d53a0a20eaca8be706263b2c5 Mon Sep 17 00:00:00 2001
From: Fredrick Brennan
Date: Wed, 3 Nov 2021 22:45:01 -0400
Subject: [PATCH] =?UTF-8?q?`{%=20(end)=3Fraw=20%}`=20=E2=87=92=20`{%=20(en?=
=?UTF-8?q?d)=3Fverbatim=20%}`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
```
rg '\{%\s*raw' -l | xargs -I{} sed -i -e 's/{%\(\s*\)raw/{%\1verbatim/g; s/endraw\(\s*\)%}/endverbatim\1%}/g' {}
```
Close vichan-devel/vichan#452.
---
templates/generic_page.html | 4 +--
templates/header.html | 4 +--
templates/index.html | 4 +--
templates/main.js | 48 +++++++++++++--------------
templates/post_form.html | 4 +--
templates/themes/catalog/catalog.html | 14 ++++----
templates/thread.html | 4 +--
7 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/templates/generic_page.html b/templates/generic_page.html
index dac32108..9d4716ef 100644
--- a/templates/generic_page.html
+++ b/templates/generic_page.html
@@ -42,8 +42,8 @@
vichan Copyright © 2012-2018 vichan-devel
{% for footer in config.footer %}{{ footer }}
{% endfor %}
-
+ {% endverbatim %}