diff --git a/static/js/pandora/printView.js b/static/js/pandora/printView.js index 2b2e58d2..1c6509c8 100644 --- a/static/js/pandora/printView.js +++ b/static/js/pandora/printView.js @@ -37,8 +37,11 @@ pandora.ui.printView = function(data) { .css({height: '16px'}) .html( '' + pandora.site.site.name + ' - ' - + (pandora.user.ui._list || 'All ' + pandora.site.itemName.plural) - + '' + + ( + pandora.user.ui._list + ? 'List ' + pandora.user.ui._list + : 'All ' + pandora.site.itemName.plural + ) + '' ) .appendTo(that); $('
').css({height: '16px'}).appendTo(that);