Remove duplicate attribute "class" (#3699)
This commit is contained in:
parent
80942fa2d7
commit
67e77ae535
|
|
@ -7,7 +7,6 @@
|
|||
<button type="button"
|
||||
class="close pull-right"
|
||||
aria-hidden="true"
|
||||
class=""
|
||||
onclick="$(this).closest('li').remove()">×</button>
|
||||
</li>
|
||||
{% endfor %}
|
||||
Loading…
Reference in New Issue