summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreta <gretadoci@gmail.com>2023-12-27 12:12:55 +0100
committerGitHub <noreply@github.com>2023-12-27 12:12:55 +0100
commit554b03ac0d0d1849377237d86108bb0a79e7f340 (patch)
tree6f18d168affc7b90d705f22e103a212ea7d8657a
parentf48f887eb8fbf4b912cccc153542497f8ca990fa (diff)
parent7a830aaaa7bcb6660d5df6bdc629b1f8d7736465 (diff)
Merge pull request #3755 from nextcloud/Fix/contact-subtitle-encoding
Fix/Contact subtitle encoding
-rw-r--r--src/components/ContactDetails.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index f05b8e29..b45fb03e 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -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"