aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
582 stars 148 forks source link

HTML Markup error in views #36

Open JuliusKoronci opened 2 years ago

JuliusKoronci commented 2 years ago

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