Skip to content

HTML Markup error in views #36

Open
@JuliusKoronci

Description

@JuliusKoronci

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions