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

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>