forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary <span>

master
Aevann1 2022-11-18 08:56:33 -08:00
parent b16757e8ad
commit bd3b0047b8
1 changed files with 2 additions and 6 deletions

View File

@ -196,9 +196,7 @@
{% endif %}
{% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %}
<span>
<button type="button" class="btn btn-secondary" onclick="toggle()">Toggle anthem</button>
</span>
<button type="button" class="btn btn-secondary" onclick="toggle()">Toggle anthem</button>
{% endif %}
</div>
@ -395,9 +393,7 @@
{% endif %}
{% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %}
<span>
<button type="button" class="btn btn-secondary" onclick="toggle()">Toggle anthem</button>
</span>
<button type="button" class="btn btn-secondary" onclick="toggle()">Toggle anthem</button>
{% endif %}
{% if v and v.id != u.id %}