Fixed encoding error

This commit is contained in:
WardPearce
2024-04-03 03:22:20 +13:00
parent 0c558870a8
commit 1475d3729c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
{/if}
</div>
<p style="margin-bottom: 0;">
{comment.content}
{@html comment.contentHtml}
</p>
<div style="display: flex;">
<p><i>thumb_up</i> {numberWithCommas(comment.likeCount)}</p>
@@ -217,7 +217,7 @@
<p class="bold">
{numberWithCommas(data.video.viewCount)} views • {data.video.publishedText}
</p>
<p style="white-space: pre-line;word-wrap: break-word;">{data.content.description}</p>
{@html data.video.descriptionHtml}
{#if data.content}
{#if data.content.timestamps.length > 0}
<h6 style="margin-bottom: .3em;">Chapters</h6>