-1

Not properly closed HTML tags

cresus18 12 aastat tagasi uuendatud 12 aastat tagasi 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>