diff --git a/scripts/system/html/js/marketplacesInject.js b/scripts/system/html/js/marketplacesInject.js
index 846388794a..052de1a3e1 100644
--- a/scripts/system/html/js/marketplacesInject.js
+++ b/scripts/system/html/js/marketplacesInject.js
@@ -172,6 +172,14 @@
''
);
+ // Condense space.
+ $("head").append(
+ ''
+ );
+
// Update code injected per page displayed.
var currentLocation = "";
var checkLocationInterval = undefined;