From 7e7c0da1bdba06d6c32519300af9ef635ed90ed1 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 19 Jan 2013 11:58:44 +0100 Subject: Minor fix: added missing tag. --- source/export.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/export.py') diff --git a/source/export.py b/source/export.py index 95b56b6b..d1d3a794 100644 --- a/source/export.py +++ b/source/export.py @@ -61,7 +61,8 @@ htmlheader = """ .author{text-decoration:none;display:block;float:right;margin-left:2em;font-size:small} .content{margin:1.00em 1.00em} -""" + +""" htmlfooter = '\n
\n

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