diff --git a/smash/views.py b/smash/views.py
index e20cd89..73a7e6c 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",