From d651110d19d2bc860b9d2e58a655e10935de9678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Wed, 7 Apr 2021 13:30:22 +0200 Subject: [PATCH] fikser meta#296 --- src/components/Example.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Example.vue b/src/components/Example.vue index 809ce182..b42a8e8e 100644 --- a/src/components/Example.vue +++ b/src/components/Example.vue @@ -1,6 +1,6 @@ <template> <li class="example"> - <DefElement tag="q" :body="body.quote" @article-click="article_link_click" :dictionary="dictionary" /><span v-if="body.explanation && body.explanation.content.length"> - </span> + <DefElement tag="q" :body="body.quote" @article-click="article_link_click" :dictionary="dictionary" /><span v-if="body.explanation && body.explanation.content.length"> – </span> <DefElement tag="span" :body="body.explanation" v-if="body.explanation && body.explanation.content.length" @article-click="article_link_click" :dictionary="dictionary" /> </li> </template> -- GitLab