diff --git a/htdocs/map.js b/htdocs/map.js
index 9f15ae10..0ed1ad37 100644
--- a/htdocs/map.js
+++ b/htdocs/map.js
@@ -649,7 +649,7 @@ $(function(){
}
infowindow.setContent(
- '
' + linkifyCallsign(callsign, urlString) + distance + '
' +
+ '' + linkifyCallsign(callsign) + distance + '
' +
'' + timeString + ' using ' + marker.mode +
( marker.band ? ' on ' + marker.band : '' ) + '
' +
commentString + weatherString + detailsString + hopsString