mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Remove unused class attr on label
This commit is contained in:
parent
65663fb857
commit
50ba3c5d5c
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ we're going to need to do it here in order to allow for translations.
|
|||
<%= video.description_html %>
|
||||
<% else %>
|
||||
<input id="descexpansionbutton" type="checkbox"/>
|
||||
<label for="descexpansionbutton" style="order: 1;" class="simulated_a">
|
||||
<label for="descexpansionbutton" style="order: 1;">
|
||||
<a></a>
|
||||
</label>
|
||||
<div id="descriptionWrapper">
|
||||
|
|
Loading…
Reference in a new issue