diff --git a/static/js/pandora/infoView.js b/static/js/pandora/infoView.js index 9ab574956..0b6aeff7c 100644 --- a/static/js/pandora/infoView.js +++ b/static/js/pandora/infoView.js @@ -339,10 +339,10 @@ pandora.ui.infoView = function(data) { ) .appendTo($text); - data.releaseDate && $('
') + data.releasedate && $('
') .css(css) .html( - formatKey('Release Date') + Ox.formatDate(data.releaseDate, '%A, %B %e, %Y') + formatKey('Release Date') + Ox.formatDate(data.releasedate, '%A, %B %e, %Y') ) .appendTo($text);