Skip to content
Snippets Groups Projects
Commit 2d79f958 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

replace <i> with <em>

parent 04910a17
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<span class="header_group_list" v-if="group_list.length" tabindex="0">{{group_list}}</span> <span class="header_group_list" v-if="group_list.length" tabindex="0">{{group_list}}</span>
<span v-if="$store.state.showInflectionNo">{{inflection_classes}}</span> <span v-if="$store.state.showInflectionNo">{{inflection_classes}}</span>
<span v-if="split_inf" tabindex="0"> (kløyvd infinitiv: <i>-a</i> <span v-if="split_inf" tabindex="0"> (kløyvd infinitiv: <em>-a</em>
<v-menu tile v-model="menu" offset-x max-width="200px"> <v-menu tile v-model="menu" offset-x max-width="200px">
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
<v-btn aria-label="Mer informasjon om kløyvd infinitiv" x-small icon v-on="on" v-bind="attrs" class="info-button"> <v-btn aria-label="Mer informasjon om kløyvd infinitiv" x-small icon v-on="on" v-bind="attrs" class="info-button">
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</v-btn> </v-btn>
</template> </template>
<v-card tile class="info-card"> <v-card tile class="info-card">
Dersom du bruker kløyvd infinitiv, skal dette verbet ha <i>-a</i> i infinitiv. Les meir Dersom du bruker kløyvd infinitiv, skal dette verbet ha <em>-a</em> i infinitiv. Les meir
<a target="_blank" href="https://www.sprakradet.no/svardatabase/sporsmal-og-svar/kloyvd-infinitiv-/">her</a>. <a target="_blank" href="https://www.sprakradet.no/svardatabase/sporsmal-og-svar/kloyvd-infinitiv-/">her</a>.
</v-card> </v-card>
</v-menu>) </v-menu>)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment