From 551c57054573c926ffe3b21ede0346e040b10d25 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 6 Mar 2013 07:10:24 +0100 Subject: Minor fix: removed tag at the end of the CSS. --- source/export.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/export.py') diff --git a/source/export.py b/source/export.py index dfc3e746..968f4959 100644 --- a/source/export.py +++ b/source/export.py @@ -141,8 +141,7 @@ img { .content { margin:1.00em 1.00em; -} -""" +}""" def export_html(mongo_db): """ -- cgit