diff --git a/js/tracker.js b/js/tracker.js
index f537a29..4b34c19 100644
--- a/js/tracker.js
+++ b/js/tracker.js
@@ -1582,7 +1582,9 @@ function updateVehicleInfo(vcallsign, newPosition) {
roundNumber(newPosition.gps_lat, 5) + ', ' + roundNumber(newPosition.gps_lon, 5) +'' +
' ';
} else {
- coords_text = roundNumber(newPosition.gps_lat, 5) + ', ' + roundNumber(newPosition.gps_lon, 5);
+ coords_text = '' +
+ roundNumber(newPosition.gps_lat, 5) + ', ' + roundNumber(newPosition.gps_lon, 5) +'' +
+ ' ';
}
// format altitude strings