--- ECHO_content/ECHO_collection.py 2004/06/18 12:32:21 1.119 +++ ECHO_content/ECHO_collection.py 2004/06/18 13:24:20 1.120 @@ -510,7 +510,7 @@ class ECHO_resource(Folder,Persistent): ret.append(("""%s"""%(url,label),copyright[0],copyright[1],copyright[2],label)) else: if hasattr(copyrightTypeObj, 'copyright.html'): - ret.append(("""%s"""%(link,copyright[1],label),copyright[0],copyright[1],copyright[2],label)) + ret.append(("""%s(%s)"""%(link,copyright[1],label,copyright[0]),copyright[0],copyright[1],copyright[2],label)) else: ret.append((label,copyright[0],copyright[1],copyright[2],label)) except: