Skip to content
Snippets Groups Projects
Commit 46575d4f authored by syuilo's avatar syuilo
Browse files

Fix #5919

parent 5e7be939
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<section class="_card info" v-if="meta">
<div class="_title"><fa :icon="faInfoCircle"/> {{ $t('instanceInfo') }}</div>
<div class="_content" v-if="meta.description">
<div>{{ meta.description }}</div>
<div v-html="meta.description"></div>
</div>
<div class="_content table">
<div><b>{{ $t('administrator') }}</b><span>{{ meta.maintainerName }}</span></div>
......
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