update connection description formatting

This commit is contained in:
rolux 2012-09-29 19:10:05 +02:00
parent 3c77916231
commit b9e1d4aabf

View file

@ -445,7 +445,7 @@ pandora.ui.infoView = function(data) {
: connection.title : connection.title
) + ( ) + (
connection.description connection.description
? ' (' + formatLight(connection.description) + ')' ? ' ' + formatLight('(' + connection.description + ')')
: '' : ''
); );
}).join(', ') }).join(', ')