--- ECHO_content/vlp_xmlhelpers.py 2006/11/21 17:47:10 1.8 +++ ECHO_content/vlp_xmlhelpers.py 2006/11/21 18:37:12 1.9 @@ -239,7 +239,7 @@ def related2html(self,str): link.setAttribute("href",self.REQUEST['SERVER_URL']+"/references?id="+ref) else: # item nur als bibliographische angabe vorhanden - link.setAttribute("alt", res[0]['fullreference']) + link.setAttribute("alt", res[0]['fullreference'].decode('utf-8')) link.setAttribute("title", "click to expand") link.setAttribute("onclick", "return toggle(this);") link.setAttribute("class", "x_offline")