From a17efafa99e5cdb976af624d22db827bf4803950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 5 Mar 2011 14:56:16 +0000 Subject: [PATCH] 4696: copyright path, use 'images' folder instead of 'filename' (related to webstuff) svn: r16763 --- src/plugins/webreport/WebCal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)