I think I have finally fixed it
This commit is contained in:
parent
4329dff678
commit
16cd0d763e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def index():
|
||||||
if len(quotes)>0:
|
if len(quotes)>0:
|
||||||
quote = random.choice(quotes)
|
quote = random.choice(quotes)
|
||||||
news = str(Markup.escape(quote.content)).replace('\n', '<br />')
|
news = str(Markup.escape(quote.content)).replace('\n', '<br />')
|
||||||
news += str("<a href='quote/" + str(quote.id) + "'>Permalink</a>")
|
news += str("<br /><a href='quote/" + str(quote.id) + "'>Permalink</a>")
|
||||||
|
|
||||||
return render_template(
|
return render_template(
|
||||||
"index.html",
|
"index.html",
|
||||||
|
|
Loading…
Add table
Reference in a new issue