Skip to content

unary tags #1

Description

@hrvbid

Unary tags (like a <br>) should be closed well in hxtml

Line #193 results += (unary ? "/" : "") + ">";
should be
Line #193 results += (unary ? " /" : "") + ">";

because a <br> should be designed as <br /> instead of <br/> (with a space before the slash).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions