Commit 25054a0f authored by Julien Muchembled's avatar Julien Muchembled

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32381 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dad47e9
......@@ -2346,7 +2346,7 @@ class ListBoxHTMLRendererLine(ListBoxRendererLine):
if url is not None:
# JPS-XXX - I think we should not display a URL for objects
# which do not have the View permission
if instance(url, str):
if isinstance(url, str):
url = unicode(url, encoding)
html = u'<a href="%s">%s</a>' % (url, html)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment