--- ECHO_content/ECHO_collection.py 2004/06/18 13:29:18 1.121 +++ ECHO_content/ECHO_collection.py 2004/06/18 13:32:52 1.122 @@ -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\(%s\)"""%(link,copyright[1],label,copyright[0]),copyright[0],copyright[1],copyright[2],label)) + ret.append(("""%s"""%(link,copyright[1],label),copyright[0],copyright[1],copyright[2],label)) else: ret.append((label,copyright[0],copyright[1],copyright[2],label)) except: