Skip to content

Commit bb39ece

Browse files
committed
typo
1 parent 34d4a70 commit bb39ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function put_markers(map, remotes) {
9999
}
100100

101101
function makeALink(coords) {
102-
return '<a href="http://' + coords + '">' + coords + '</a>';
102+
return '<a href="http://' + coords + '/">' + coords + '</a>';
103103
}
104104

105105
function put_marker_by_host(map, coords, host, port) {

0 commit comments

Comments
 (0)