Merge pull request #9312 from kkthxbye-code/fix-9310

Fixes #9310 - Remove stray characters from Config Context tab
This commit is contained in:
kkthxbye 2022-05-06 13:58:47 +02:00 committed by GitHub
commit a06a280534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
<div class="float-end">
<span class="text-muted">{{ context.weight }}</span>
</div>
<strong>{{ context|linkify:"name" }}"></strong>
<strong>{{ context|linkify:"name" }}</strong>
{% if context.description %}
<br /><small>{{ context.description }}</small>
{% endif %}