Remove unused class attr on label
This commit is contained in:
parent
65663fb857
commit
50ba3c5d5c
|
@ -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 New Issue