From 3fd19feea4d1508ed7204772c25a371dce769469 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 11 Oct 2013 11:46:06 +0000 Subject: [PATCH] 7090: wrong age for dead people reported by webcal svn: r23306 --- gramps/plugins/webreport/webcal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/webcal.py b/gramps/plugins/webreport/webcal.py index 6c43db40b..b53b1c1d7 100644 --- a/gramps/plugins/webreport/webcal.py +++ b/gramps/plugins/webreport/webcal.py @@ -1697,7 +1697,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list): # number of years for birthday, ex: 10 years age_str = event_date - date - age_str.format(precision = 1) + age_str.format(precision = 1, as_age=False) # a birthday if event == 'Birthday':