From 0decb74ba221be7af4aadd1bb2ca632543ce8361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Sun, 28 Mar 2010 15:42:28 +0000 Subject: [PATCH] insert a line break between the date and the 'created for' name svn: r14960 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 9f457d3c5..f9aed637e 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -6,7 +6,7 @@ # Copyright (C) 2000-2007 Donald N. Allingham # Copyright (C) 2007 Johan Gonqvist # Copyright (C) 2007-2009 Gary Burton -# Copyright (C) 2007-2009 Stephane Charette +# Copyright (C) 2007-2010 Stephane Charette # Copyright (C) 2008-2009 Brian G. Matherly # Copyright (C) 2008 Jason M. Simanek # Copyright (C) 2008-2010 Rob G. Healey @@ -891,7 +891,7 @@ class BasePage(object): self.up) home_person_name = self.get_name(home_person) - msg += _(' Created for %s') % ( + msg += '
' + _(' Created for %s') % ( home_person_url, home_person_name) # creation date