Skip to content

Commit d3c9bb6

Browse files
authored
FIX: wrap tag description in a span tag (#23357)
1 parent 24d46fd commit d3c9bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/discourse/app/components/tag-info.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{{/if}}
5050
</div>
5151
<div class="tag-description-wrapper">
52-
{{html-safe this.tagInfo.description}}
52+
<span>{{html-safe this.tagInfo.description}}</span>
5353
</div>
5454
{{/if}}
5555
</div>

0 commit comments

Comments
 (0)