Button tag isn't closed? leaving invalid markup

It looks like to me there is an 'extra' closing div in this markup... but I think this is because the button isn't closed, there is a closing div where the closing button should be? - eg the icon and span are part of thee button... I've made this change locally and it operates fine, but then it operating fine before hand too...
This commit is contained in:
Marc Goodson
2020-04-10 16:50:57 +01:00
committed by Sebastiaan Janssen
parent a977cfdc3f
commit 1e851b615f

View File

@@ -21,7 +21,7 @@
<i class="{{ layout.icon }} umb-layout-selector__dropdown-item-icon" aria-hidden="true"></i>
<span class="sr-only">{{layout.name}}</span>
</div>
</button>
</div>