Skip to content

Commit f5bd595

Browse files
committed
openstreetmap attribution code formating fix
1 parent 77e22a1 commit f5bd595

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vue/src/components/SnapshotMap.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@
5959
:sources="sources"
6060
/>
6161
</v-card>
62+
6263
<p
6364
v-if="!hash"
6465
id="mapattribution"
6566
class="small mb-0"
6667
>
67-
<a href="https://www.openstreetmap.org/copyright" target="_blank">{{ $t('map') }}: Mapbox, © OpenStreetMap</a>
68+
<a href="https://www.openstreetmap.org/copyright" target="_blank">{{ $t('map') }}: Mapbox, © OpenStreetMap</a>
6869
</p>
70+
6971
</v-content>
7072
</template>
7173

0 commit comments

Comments
 (0)