diff --git a/static/js/pandora/info.js b/static/js/pandora/info.js index 40bbe2a1..6ec9c762 100644 --- a/static/js/pandora/info.js +++ b/static/js/pandora/info.js @@ -174,10 +174,10 @@ pandora.ui.listInfo = function() { $title = Ox.Editable({ editable: editable, format: function(value) { - return Ox.encodeHTML( + return Ox.encodeHTML(Ox.decodeHTML( item.status == 'featured' || editable ? value - : item.user + ': ' + value) + : item.user + ': ' + value)) }, tooltip: editable ? 'Doubleclick to edit title' : '', value: item.name,