Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmseifried authored Jan 11, 2023
1 parent 525bc5c commit 92550cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
<td>' + (feature.properties['Means'] !== null ? autolinker.link(feature.properties['Means'].toLocaleString()) : '') + '</td>\
</tr>\
</table>';
layer.bindPopup("<b>Leigh Fermor's route</b><hr>" + popupContent, {maxHeight: 400});
layer.bindPopup("<b>Leigh Fermors' route</b><hr>" + popupContent, {maxHeight: 400});
}

function style_reconstructed_route_5_0() {
Expand Down

0 comments on commit 92550cf

Please sign in to comment.