Boilerplate
Boilerplate copied to clipboard
HTML Markup error in views
Describe the bug In most views where td is used there is an html error, if you open the project in Rider its immediately full of reds :)
To Reproduce StoreManager.Web/Areas/Catalog/Views/Brand/_ViewAll.cshtml
<td text-right">
should be
<td text-right>
No quotes there, thats invalid html :) ..it is in multiple files I used this as an example