diff --git a/static/js/documentInfoView.leftovers.js b/static/js/documentInfoView.leftovers.js
index a8eae53..4d544c8 100644
--- a/static/js/documentInfoView.leftovers.js
+++ b/static/js/documentInfoView.leftovers.js
@@ -603,7 +603,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
op = documentKey && documentKey.filter ? '==' : '=';
return key
- ? '' + value + ''
+ ? '' + value + ''
: value;
}).join(', ');
}