From 8509b42b3bf47bf6b404729408de59473898b0e0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 8 Mar 2013 08:24:30 +0100 Subject: Improved HTML output of the export.. --- source/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/export.py b/source/export.py index 75c2f0eb..cc88eab2 100644 --- a/source/export.py +++ b/source/export.py @@ -163,7 +163,7 @@ def export_html(mongo_db): # directories already exists (not a problem) pass - index += """
  • %s
  • \n""" % \ + index += """
  • %s
  • \n""" % \ (feed["feed_id"], feed["feed_title"]) posts = HTML_HEADER(feed["feed_title"], "../style.css") -- cgit