Fix of issue 3737.

svn: r14876
This commit is contained in:
Peter Landgren 2010-03-20 11:52:08 +00:00
parent 2974f5034b
commit 07527ad229

View File

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