fix productionCompany lookup

This commit is contained in:
rolux 2013-07-09 10:13:00 +00:00
parent 223497635e
commit 368d83f3b6

View file

@ -425,7 +425,7 @@ pandora.ui.infoView = function(data) {
)
.appendTo($text);
data.productionCompany.length && $('<div>')
data.productionCompany && $('<div>')
.css(css)
.html(
formatKey('studio')