From 30a5978cc9a2afd223681af49c18088459903253 Mon Sep 17 00:00:00 2001 From: expo Date: Thu, 21 Aug 2014 21:59:14 +0100 Subject: [PATCH] ? --- .../make-prospectingguide-new.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py b/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py index 2a3427078..a5eebc6e5 100644 --- a/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py +++ b/noinfo/prospecting_guide_scripts/make-prospectingguide-new.py @@ -439,10 +439,10 @@ else: htmlfile = file("../../handbook/prospecting_guide.html", "w") htmlfile.write("Prospecting Guide\n") -htmlfile.write("\n"); +#htmlfile.write("\n"); htmlfile.write(""" """) -htmlfile.write("

Prospecting Guide

") +htmlfile.write("

Prospecting Guide

"); +htmlfile.write("\n"); htmlfile.write("

Generated " + time.strftime("%Y-%m-%d %H:%M:%S %Z") + " by " + sys.argv[0] + "

\n") htmlfile.write("

Notes:

\n")