4696: copyright path, use 'images' folder instead of 'filename' (related to webstuff)
svn: r16763
This commit is contained in:
parent
fadd7c19de
commit
a17efafa99
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user