Skip to content

Commit

Permalink
quotation mark fix that (last commit is useless without it)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaggl committed May 24, 2024
1 parent c3557dc commit 4e36958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/detail/persons/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ useHead({
<div v-if="i !== 0" class="my-1 border" />
<div>
<span
:class="reference.folio && 'after:content-[\',_\']'"
:class="reference.folio && `after:content-[',_']`"
v-html="detectURLsAddLinks(reference.title || reference.shortTitle)"
/>
<span
Expand Down

0 comments on commit 4e36958

Please sign in to comment.