-1

Not properly closed HTML tags

cresus18 fa 12 anys actualitzat fa 12 anys 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>