Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Некорректное появление закрывающего тега #32

Closed
bae1 opened this issue Oct 17, 2018 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@bae1
Copy link

bae1 commented Oct 17, 2018

Закрывающий тег для атрибута появляется всегда при закрытии начального тега (даже если закрывающий тег уже определен).

bug

Как воспроизвести
Шаги

  1. Выбираем элемент у которого есть и открывающий, и закрывающий тег;
  2. Удаляем у начального тега закрывающую скобку (символ ">");
  3. Возвращаем обратно;
    BUG! видно, что появился еще один закрывающий тег

Необходимо добавить проверку на наличие закрывающих тегов для атрибутов и, только в случае их отсутствия добавлять автозакрывающий тег.

@tihonove tihonove added the bug Something isn't working label Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants