From 1a8882d255cc38904fdc79ee8436b65b24eff885 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 10 Feb 2013 19:36:34 +0530 Subject: [PATCH] fix light color in 0xdb info view --- static/js/pandora/infoView.0xdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/infoView.0xdb.js b/static/js/pandora/infoView.0xdb.js index 8d232358..9d342964 100644 --- a/static/js/pandora/infoView.0xdb.js +++ b/static/js/pandora/infoView.0xdb.js @@ -625,7 +625,7 @@ pandora.ui.infoView = function(data) { } function formatLight(str) { - return '' + str + ''; + return '' + str + ''; } function formatTitle(title) {