diff --git a/static/js/pandora/ui/item.js b/static/js/pandora/ui/item.js index a0b3994b..ee4efe29 100644 --- a/static/js/pandora/ui/item.js +++ b/static/js/pandora/ui/item.js @@ -20,7 +20,7 @@ pandora.ui.item = function() { } else { pandora.$ui.contentPanel.replaceElement(1, Ox.Element().html( - 'Sorry, we can\'t find the ' + pandora.site.itemName.singular + ' you\'re looking for.' + '
' + JSON.stringify(result.data))); + 'Sorry, we can\'t find the ' + pandora.site.itemName.singular + ' you\'re looking for.')); } }); } else if (!result.data.rendered &&