Fix #5919
This commit is contained in:
parent
5e7be93980
commit
46575d4f04
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue