Remove unused class attr on label

pull/1968/head
syeopite 4 years ago
parent 65663fb857
commit 50ba3c5d5c
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

@ -245,7 +245,7 @@ we're going to need to do it here in order to allow for translations.
<%= video.description_html %> <%= video.description_html %>
<% else %> <% else %>
<input id="descexpansionbutton" type="checkbox"/> <input id="descexpansionbutton" type="checkbox"/>
<label for="descexpansionbutton" style="order: 1;" class="simulated_a"> <label for="descexpansionbutton" style="order: 1;">
<a></a> <a></a>
</label> </label>
<div id="descriptionWrapper"> <div id="descriptionWrapper">

Loading…
Cancel
Save