cosmetic changes

This commit is contained in:
rolux 2013-03-09 05:33:03 +00:00
parent 25554d24f7
commit e3f43007a4

View file

@ -37,8 +37,11 @@ pandora.ui.printView = function(data) {
.css({height: '16px'})
.html(
'<b>' + pandora.site.site.name + ' - '
+ (pandora.user.ui._list || 'All ' + pandora.site.itemName.plural)
+ '</b>'
+ (
pandora.user.ui._list
? 'List ' + pandora.user.ui._list
: 'All ' + pandora.site.itemName.plural
) + '</b>'
)
.appendTo(that);
$('<div>').css({height: '16px'}).appendTo(that);