-1

Not properly closed HTML tags

cresus18 12 lat temu zaktualizowano 12 lat temu 0
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>