You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
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:
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:
Brackets automatically adds this:
The previous behavior in Sprint 37 was correct, it automatically added the same case sensitive ending tag, like this in the case above: