From 9781f9abc3118fe28d7e61d0bb5061a81cadec4a Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Tue, 14 Aug 2007 14:45:32 +0300 Subject: [PATCH] Include xml header and doctype. --- statgit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/statgit b/statgit index 42d2d6a..4393108 100755 --- a/statgit +++ b/statgit @@ -586,7 +586,10 @@ plot 'files_by_date.dat' using 1:2 smooth csplines os.system('gnuplot %s' % f) def printHeader(self, f): - f.write(""" + f.write( +""" + + StatGit -- 2.11.4.GIT