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