diff --git a/app/main.py b/app/main.py
index efd0f2c..2e9e7f7 100644
--- a/app/main.py
+++ b/app/main.py
@@ -110,7 +110,7 @@ def get_today_article(user_word_list, articleID):
d = reading
break
- s = '
According to your word list, your level is %4.2f and we have chosen an article with a difficulty level of %4.2f for you.
' % (user_level, text_level)
+ s = 'According to your word list, your level is %4.2f and we have chosen an article with a difficulty level of %4.2f for you.
' % (user_level, text_level)
s += '%s
' % (d['date'])
s += '%s
' % (d['text'])
s += '%s
' % (d['source'])