diff --git a/webassets/js/spots.js b/webassets/js/spots.js
index 4e14491..05d3b93 100644
--- a/webassets/js/spots.js
+++ b/webassets/js/spots.js
@@ -240,10 +240,10 @@ function generateBandsMultiToggleFilterCard(band_options) {
// CSS doesn't like IDs with decimal points in, so we need to replace that in the same way as when we originally
// queried the options endpoint and set our CSS.
var cssFormattedBandName = o['name'] ? o['name'].replace('.', 'p') : "unknown";
- $p.append(` `);
+ $p.append(` `);
});
// Create All/None buttons
- $p.append(` `);
+ $p.append(` `);
// Compile HTML elements to return
$card_body.append($p);
$card.append($card_body);