0

auto close tags

Maciej Partyka 11 år siden 0

When typing HTML code in quotes in PHP(and I guess it occurs in other languages as well), it doesn't properly close the tags:

<html>

<?php

echo "<p></html>"


(it should close as "</p>").

I suggest auto_close_tags should be turned off in quotes until it gets fixed, because this bug is really annoying.

Thanks!

Kundesupport af UserEcho