fixes apostrophes in waypoint description
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
{wp.lat.toFixed(5)}, {wp.lon.toFixed(5)}</span
|
{wp.lat.toFixed(5)}, {wp.lon.toFixed(5)}</span
|
||||||
>
|
>
|
||||||
<p class="whitespace-pre-line">
|
<p class="whitespace-pre-line">
|
||||||
{wp.description}
|
{@html wp.description}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -99,7 +99,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if waypoint.description}
|
{#if waypoint.description}
|
||||||
<p>{waypoint.description}</p>
|
<p>{@html waypoint.description}</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<span class="text-sm text-gray-500"
|
<span class="text-sm text-gray-500"
|
||||||
|
|||||||
Reference in New Issue
Block a user