diff --git a/src/components/Content/ResultItem.vue b/src/components/Content/ResultItem.vue index be65f0d..e53dd38 100644 --- a/src/components/Content/ResultItem.vue +++ b/src/components/Content/ResultItem.vue @@ -5,7 +5,7 @@ :href="'/edition/'+result.textId+'/'+result.uuid" @click.prevent="onclick" @keyup.enter="onclick" - v-html="result.title[0]" + v-html="result.title" />