Fix of issue 3737.
svn: r14877
This commit is contained in:
parent
7d3cebada8
commit
e2bb5062d1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user