FIX: wrap tag description in a span tag (#23357)
This commit is contained in:
parent
24d46fd981
commit
d3c9bb69a1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue