indiancine.ma info view: missing space

This commit is contained in:
rolux 2013-08-01 16:45:30 +00:00
parent 32ac9b4ff5
commit abffc0aa9f

View file

@ -1030,7 +1030,7 @@ pandora.ui.infoView = function(data) {
'&nbsp;(<a href="/imdbId=' + data.imdbId + '">'
+ result.data.items + ' '
+ pandora.site.itemName.plural.toLowerCase()
+ '</a>' + Ox._('with the same IMDb ID') + '</a>)'
+ '</a> ' + Ox._('with the same IMDb ID') + '</a>)'
);
}
});