fix indiancinema info view year link

This commit is contained in:
rolux 2013-03-12 14:03:55 +05:30
parent e274c8836e
commit 6ab2ae3c54

View File

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