We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ed1de commit e4f9dc8Copy full SHA for e4f9dc8
src/assets/index.html
@@ -365,7 +365,7 @@ <h1><b>{{ itemSelectedDetails.title || 'untitled' }}</b></h1>
365
<div v-if="contentImages.length">
366
<figure v-for="media in contentImages">
367
<img :src="media.url" loading="lazy">
368
- <figcaption v-if="media.description" v-html="media.description"></figcaption>
+ <figcaption v-if="media.description">{{ media.description }}</figcaption>
369
</figure>
370
</div>
371
<audio class="w-100" controls v-for="media in contentAudios" :src="media.url"></audio>
0 commit comments