diff --git a/gramps/plugins/webreport/calendar.py b/gramps/plugins/webreport/calendar.py index 3507b4367..773418008 100644 --- a/gramps/plugins/webreport/calendar.py +++ b/gramps/plugins/webreport/calendar.py @@ -45,6 +45,7 @@ import logging # Gramps module #------------------------------------------------------------------------ from gramps.gen.const import GRAMPS_LOCALE as glocale +from gramps.gen.config import config from gramps.gen.lib import Date, Name, NameType, Person from gramps.gen.lib.date import Today from gramps.gen.utils.alive import probably_alive @@ -1348,7 +1349,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list, rlocale=glocale): age_str = age_str.format(precision=1, as_age=False, dlocale=rlocale) symbols = Symbols() - death_idx = symbols.DEATH_SYMBOL_SHADOWED_LATIN_CROSS + death_idx = config.get('utf8.death-symbol') death_symbol = symbols.get_death_symbol_for_char(death_idx) # a birthday diff --git a/gramps/plugins/webreport/webcal.py b/gramps/plugins/webreport/webcal.py index 149b7fa91..5069ad361 100644 --- a/gramps/plugins/webreport/webcal.py +++ b/gramps/plugins/webreport/webcal.py @@ -2164,7 +2164,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list, rlocale=glocale): age_str = age_str.format(precision=1, as_age=False, dlocale=rlocale) symbols = Symbols() - death_idx = symbols.DEATH_SYMBOL_SHADOWED_LATIN_CROSS + death_idx = config.get('utf8.death-symbol') death_symbol = symbols.get_death_symbol_for_char(death_idx) # a birthday