Skip to content

Commit

Permalink
Merge pull request #3755 from nextcloud/Fix/contact-subtitle-encoding
Browse files Browse the repository at this point in the history
Fix/Contact subtitle encoding
  • Loading branch information
GretaD authored Dec 27, 2023
2 parents f48f887 + 7a830aa commit 554b03a
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" />
</template>
<template v-else>
<input id="contact-title"
Expand Down

0 comments on commit 554b03a

Please sign in to comment.