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

remove parentheses

parent 1bc331eb
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<div class = "header">
<span class="dict-label" tabindex="0">{{dict_label}}</span>
<div class="article_header" tabindex="0"><h2>{{header_text}}</h2>
<span v-if="$store.state.showHGNO">{{hgno}}</span></div>
<span class="hgno" v-if="$store.state.showHGNO">{{hgno}}</span></div>
<h2 class="secondary_header" v-if="secondary_header_text.length" tabindex="0">{{secondary_header_text}}</h2>
<span class="header_group_list" v-if="group_list.length" tabindex="0">{{group_list}}</span>
<span v-if="$store.state.showInflectionNo">{{inflection_classes}}</span>
......
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