Boilerplate icon indicating copy to clipboard operation
Boilerplate copied to clipboard

HTML Markup error in views

Open JuliusKoronci opened this issue 3 years ago • 0 comments

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

JuliusKoronci avatar Oct 26 '21 13:10 JuliusKoronci