diff --git a/gitinspector/changes.py b/gitinspector/changes.py index b5095f1..02cda98 100644 --- a/gitinspector/changes.py +++ b/gitinspector/changes.py @@ -207,7 +207,7 @@ class ChangesOutput(Outputable): if format.get_selected() == "html": changes_xml += "{1}".format(gravatar.get_url(authorinfo.email), entry) else: - changes_xml += "" + entry[0] + "" + changes_xml += "" + entry + "" changes_xml += "" + str(authorinfo.commits) + "" changes_xml += "" + str(authorinfo.insertions) + ""