From 510a2156a055f03bb162f2f3a43eb5bcd6e98918 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 13 Feb 2013 23:07:44 +0100 Subject: Bugfix: little hack due to the presence of '%' in the string. --- source/export.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/export.py b/source/export.py index 92fcee5d..fe13db9a 100644 --- a/source/export.py +++ b/source/export.py @@ -47,7 +47,7 @@ def HTML_HEADER(title="pyAggr3g470r"): %s - -""" % (title,) +""" % (title, "%") HTML_FOOTER = """

This archive has been generated with -- cgit