forked from 0x2620/pandora
indiancine.ma info view: missing space
This commit is contained in:
parent
32ac9b4ff5
commit
abffc0aa9f
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ pandora.ui.infoView = function(data) {
|
||||||
' (<a href="/imdbId=' + data.imdbId + '">'
|
' (<a href="/imdbId=' + data.imdbId + '">'
|
||||||
+ result.data.items + ' '
|
+ result.data.items + ' '
|
||||||
+ pandora.site.itemName.plural.toLowerCase()
|
+ pandora.site.itemName.plural.toLowerCase()
|
||||||
+ '</a>' + Ox._('with the same IMDb ID') + '</a>)'
|
+ '</a> ' + Ox._('with the same IMDb ID') + '</a>)'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue