Skip to content

Commit 0a14345

Browse files
committed
Only sanitize show root title
1 parent 12e006a commit 0a14345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/Pages/Show/Show.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<CardTitle
184184
:id="`section-${i}-title`"
185185
class="py-1 -my-1"
186-
v-html="sanitize(section.title || (i == 0 && show.getTitle(locale)))"
186+
v-html="section.title || (i == 0 && sanitize(show.getTitle(locale)))"
187187
>
188188
</CardTitle>
189189
</template>

0 commit comments

Comments
 (0)