summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigory V <scratchx@gmx.com>2023-12-23 15:45:22 +0100
committerGrigory V <scratchx@gmx.com>2023-12-23 15:45:22 +0100
commit7a830aaaa7bcb6660d5df6bdc629b1f8d7736465 (patch)
tree3847c092bce55a1f9c817f00dfd7f784e116f617
parent9f8fac821c4b5da796d12bc32075ed296e8b34a3 (diff)
Fix/Contact subtitle encoding
Signed-off-by: Grigory V <scratchx@gmx.com>
-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"