fixes apostrophes in waypoint description

This commit is contained in:
Christian Beutel
2025-07-04 09:17:16 +02:00
parent 0166943720
commit 0121208f46
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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"