diff --git a/lexipython/article.py b/lexipython/article.py index 4490809..367a12d 100644 --- a/lexipython/article.py +++ b/lexipython/article.py @@ -304,6 +304,6 @@ class LexiconArticle: next_link = ("Next →".format( next_article) if next_article is not None else "") - content += "\n\n\n
{}{}
\n".format( + content += "\n\n\n
{}{}
\n".format( prev_link, next_link) return content