poster browser: use multiplication sign for dimensions

This commit is contained in:
rolux 2013-07-22 19:38:31 +00:00
parent 11efe26644
commit 3cc184b519
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ pandora.ui.infoView = function(data) {
return {
height: ratio <= 1 ? size : size / ratio,
id: data['id'],
info: data.width + ' x ' + data.height + ' px',
info: data.width + ' × ' + data.height + ' px',
title: ui.icons == 'posters' ? data.source : Ox.formatDuration(data.position),
url: data.url.replace('http://', '//'),
width: ratio >= 1 ? size : size * ratio