diff --git a/britney2/excuse.py b/britney2/excuse.py
index 4dbd703..e301cfe 100644
--- a/britney2/excuse.py
+++ b/britney2/excuse.py
@@ -182,7 +182,7 @@ class Excuse(object):
"""Render the excuse in HTML"""
res = "%s (%s to %s)\n
\n" % \
(self.name, self.name, self.name, self.ver[0], self.ver[1])
- res += "- Migration status: %s" % self._format_verdict_summary()
+ res += "
- Migration status: %s\n" % self._format_verdict_summary()
if self.maint:
res = res + "
- Maintainer: %s\n" % (self.maint)
if self.section and self.section.find("/") > -1: