This commit is contained in:
rolux 2013-03-12 07:43:22 +05:30
parent 96fbdc7626
commit e274c8836e

View file

@ -554,7 +554,7 @@ pandora.ui.infoView = function(data) {
var ret;
if (key == 'year') {
ret = formatLink(value);
else if (nameKeys.indexOf(key) > -1) {
} else if (nameKeys.indexOf(key) > -1) {
ret = formatLink(value.split(', '), 'name');
} else if (listKeys.indexOf(key) > -1) {
ret = formatLink(value.split(', '), key);