diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py
index 955614740..1532c8556 100644
--- a/src/plugins/webreport/NarrativeWeb.py
+++ b/src/plugins/webreport/NarrativeWeb.py
@@ -883,7 +883,7 @@ class BasePage(object):
home_person_name = self.get_name(center_person)
# carriage return was added by Stephane Charette to force it down one line
- msg += _('
Created for %s') % (
+ msg += '
' + _(' Created for %s') % (
home_person_url, home_person_name)
# creation date