0
Not properly closed HTML tags
Suppose you have a P tag like this:
<p<?php if($foo) echo ' class="foo"'; ?>>
Trying to close it using the keyboard shortcut 'Alt+.' will insert </p<?php> instead of </p>
<p<?php if($foo) echo ' class="foo"'; ?>>
Trying to close it using the keyboard shortcut 'Alt+.' will insert </p<?php> instead of </p>
Сервис поддержки клиентов работает на платформе UserEcho