diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 099c2372f..ac8627034 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -350,7 +350,7 @@ class WebCalReport(Report): # copy copyright image if 0 < self.copy <= len(_CC): - imgs += CSS["Copyright"]['filename'] + imgs += CSS["Copyright"]['images'] for from_path in imgs: fdir, fname = os.path.split(from_path)