From 3cc184b5197cefee619532eb17eadc1b94af7232 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 22 Jul 2013 19:38:31 +0000 Subject: [PATCH] poster browser: use multiplication sign for dimensions --- static/js/infoView.0xdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/infoView.0xdb.js b/static/js/infoView.0xdb.js index 6b461f63..dff6b6a2 100644 --- a/static/js/infoView.0xdb.js +++ b/static/js/infoView.0xdb.js @@ -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