diff --git a/plugins/compute-ap-stats.user.js b/plugins/compute-ap-stats.user.js index 5b5cf160..bbf98ea8 100644 --- a/plugins/compute-ap-stats.user.js +++ b/plugins/compute-ap-stats.user.js @@ -38,8 +38,10 @@ window.plugin.compAPStats.setupCallback = function() { window.plugin.compAPStats.onPositionMove = function() { var result = window.plugin.compAPStats.compAPStats(); - $('#available_ap_display').html("Available AP in this area:
 Enlightened:\t" + - digits(result[1]) + "
 Resistance:\t" + digits(result[0])); + $('#available_ap_display').html('Available AP in this area:' + + '' + + '' + + '
Enlightened:' + digits(result[1]) + '
Resistance:' + digits(result[0]) + '
'); } window.plugin.compAPStats.compAPStats = function() {