Skip to content

Commit

Permalink
fix target to make links work
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed May 19, 2024
1 parent 75663a4 commit 9194f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/map/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
body { margin: 0; padding: 0; }
html, body, #map { height: 100%; }
</style>
<base target="_blank">
</head>
<body>
<div id="map"></div>
Expand All @@ -35,7 +36,7 @@
});

map.addControl(new maplibregl.AttributionControl({
customAttribution: '<A HREF="https://www.openstreetmap.org/copyright">&copy; OpenStreetMap</A> contributors.'
customAttribution: '<A HREF="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap</A> contributors.'
}),'top-left');


Expand Down

0 comments on commit 9194f64

Please sign in to comment.