diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py
index 17433aff6..86e210938 100644
--- a/gramps/plugins/webreport/narrativeweb.py
+++ b/gramps/plugins/webreport/narrativeweb.py
@@ -1612,7 +1612,7 @@ class BasePage(object):
'' ,
'html_end' : '' ,
'version' : VERSION }
- if date is not None:
+ if date is not None and date > 0:
msg += "
"
last_modif = datetime.datetime.fromtimestamp(date).strftime('%Y-%m-%d %H:%M:%S')
msg += _('Last change was the %(date)s') % { 'date' : last_modif }