From d03f5ed7c83885ad4bc8482b44ec5b3a7120b7a6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 19 Jan 2013 11:44:36 +0100 Subject: Minor improvements of the generation of pages for the webzine. --- source/export.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/export.py') diff --git a/source/export.py b/source/export.py index cfbdec5c..95b56b6b 100644 --- a/source/export.py +++ b/source/export.py @@ -63,7 +63,7 @@ htmlheader = """ """ -htmlfooter = '
\n

This software is under GPLv3 license. You are welcome to copy, modify or' + \ +htmlfooter = '\n


\n

This software is under GPLv3 license. You are welcome to copy, modify or' + \ ' redistribute the source code according to the' + \ ' GPLv3 license.

\n' + \ '\n' @@ -75,7 +75,8 @@ def export_html(mongo_db): nb_articles = format(mongo_db.nb_articles(), ",d") feeds = mongo_db.get_all_feeds() index = htmlheader - index += "\n

List of feeds

\n