From 4db3a36e8080e1e2058dbe667624d2f982ff8062 Mon Sep 17 00:00:00 2001 From: Ian Mayther Date: Mon, 5 Jul 2021 09:05:13 -0700 Subject: [PATCH] .replace() on angled brackets --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fd03988..e122f4e 100644 --- a/main.py +++ b/main.py @@ -31,7 +31,7 @@ def home():
{}
-""".format(m.content) +""".format(m.content.replace('<','<').replace('>', '>')) return body