diff --git a/blame.py b/blame.py
index 23231fe..53b8297 100644
--- a/blame.py
+++ b/blame.py
@@ -149,8 +149,8 @@ __blame_info_text__ = ("Below are the number of rows from each author that have
def output_html(hard):
get(hard)
- message_xml = "
" + __blame_info_text__ + ".
\n"
- blame_xml = ""
+ blame_xml = ""
+ blame_xml += "
" + __blame_info_text__ + ".
"
blame_xml += " Author | Rows | % in comments |
"
blame_xml += ""
chart_data = ""
@@ -172,7 +172,7 @@ def output_html(hard):
chart_data += ", "
blame_xml += " | | |
"
- blame_xml += "
"
+ blame_xml += "
"
blame_xml += ""
- print(message_xml + blame_xml)
+ print(blame_xml)
def output_text(hard):
print("")
diff --git a/html/html.header b/html/html.header
index c97c0cb..b49456f 100644
--- a/html/html.header
+++ b/html/html.header
@@ -5,33 +5,47 @@
-
+
The output has been generated by gitinspector;
the statistical analysis tool for git repositories.