Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Bug: automatic addition of the ending tag in HTML is case insensitive [Sprint 38] #7541

@dvorapa

Description

@dvorapa

After the update to the Sprint 38 the automatic addition of the ending tag in HTML became case insensitive. What does it mean? If I type for example this:

<HEAD>

Brackets automatically adds this:

</head>

The previous behavior in Sprint 37 was correct, it automatically added the same case sensitive ending tag, like this in the case above:

</HEAD>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions