mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-02 03:42:12 +00:00
A11Y: remove heading tag from usercard stat (#299)
This commit is contained in:
parent
cbd69f21e7
commit
85d3e494ee
@ -1,6 +1,4 @@
|
||||
{{#if user.accepted_answers}}
|
||||
<h3>
|
||||
<span class="desc">{{i18n "solutions"}}</span>
|
||||
{{user.accepted_answers}}
|
||||
</h3>
|
||||
<span class="desc">{{i18n "solutions"}}</span>
|
||||
<span>{{user.accepted_answers}}</span>
|
||||
{{/if}}
|
Loading…
x
Reference in New Issue
Block a user