From 4329dff67816d990932be89f3049c6198775c3c2 Mon Sep 17 00:00:00 2001 From: SecretlyTaco Date: Fri, 21 Apr 2017 02:22:11 +0100 Subject: [PATCH] Vague attempt at fixing the horrible mess that was my last commit --- smash/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smash/views.py b/smash/views.py index ef72836..e20cd89 100644 --- a/smash/views.py +++ b/smash/views.py @@ -44,7 +44,7 @@ def index(): if len(quotes)>0: quote = random.choice(quotes) news = str(Markup.escape(quote.content)).replace('\n', '
') - news += str("Permalink") + news += str("Permalink") return render_template( "index.html",