diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js
index 919e7f4fb..4b16a8846 100644
--- a/assets/js/sections/bandmap_list.js
+++ b/assets/js/sections/bandmap_list.js
@@ -87,9 +87,9 @@ $(function() {
data[0].push(spotted);
if (single.dxcc_spotted.flag) {
dxcc_wked_info=((dxcc_wked_info != '' ?'' : '')+single.dxcc_spotted.entity+' '+single.dxcc_spotted.flag+(dxcc_wked_info != '' ? '' : ''));
- data[0].push(dxcc_wked_info);
+ data[0].push(''+dxcc_wked_info+'');
} else {
- data[0].push(single.dxcc_spotted.entity);
+ data[0].push(''+single.dxcc_spotted.entity+'');
}
data[0].push(single.spotter);
if (oldtable.length > 0) {