Fix of issue 2959.

svn: r12503
This commit is contained in:
Peter Landgren 2009-05-02 08:18:12 +00:00
parent 6efffe78c2
commit b189249692

View File

@ -397,7 +397,7 @@ class BasePage:
text = '© %(year)d %(person)s' % {
'person' : self.author,
'year' : year}
elif 0 < copy_nr <= len(_CC):
elif 0 < copy_nr < len(_CC):
# Note. This is a URL
fname = '/'.join(["images", "somerights20.gif"])
fname = self.report.build_url_fname(fname, None, self.up)