diff --git a/chrome/content/zotero/bindings/relatedbox.xml b/chrome/content/zotero/bindings/relatedbox.xml index 617e4655a..7bb5d0cf3 100644 --- a/chrome/content/zotero/bindings/relatedbox.xml +++ b/chrome/content/zotero/bindings/relatedbox.xml @@ -183,7 +183,7 @@ var box = document.createElement('box'); box.setAttribute('onclick', - "document.getBindingParent(this).showItem('" + id + "')"); + "document.getBindingParent(this).showItem(" + id + ")"); box.setAttribute('class','zotero-clicky'); box.setAttribute('flex','1'); box.appendChild(icon);