FIX: wrap tag description in a span tag (#23357)

This commit is contained in:
marstall 2023-08-31 15:07:20 -04:00 committed by GitHub
parent 24d46fd981
commit d3c9bb69a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
{{/if}}
</div>
<div class="tag-description-wrapper">
{{html-safe this.tagInfo.description}}
<span>{{html-safe this.tagInfo.description}}</span>
</div>
{{/if}}
</div>