Skip to content

Commit

Permalink
Fix/Contact subtitle encoding
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory V <[email protected]>
  • Loading branch information
GVodyanov committed Dec 23, 2023
1 parent 9f8fac8 commit 7a830aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<!-- org, title -->
<template #subtitle>
<template v-if="isReadOnly">
{{ formattedSubtitle }}
<span v-html="formattedSubtitle" />

Check warning on line 68 in src/components/ContactDetails.vue

View workflow job for this annotation

GitHub Actions / eslint

'v-html' directive can lead to XSS attack
</template>
<template v-else>
<input id="contact-title"
Expand Down

0 comments on commit 7a830aa

Please sign in to comment.