From d9220729486101816d5c1d36266e2fa12029cd82 Mon Sep 17 00:00:00 2001 From: allen maxwell Date: Mon, 19 Jul 2021 19:27:13 -0700 Subject: [PATCH] Exercise 8 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index fd03988..5d974db 100644 --- a/main.py +++ b/main.py @@ -31,7 +31,7 @@ def home():
{}
-""".format(m.content) +""".format(m.content.replace('<','<').replace('>','>')) return body