DeYura - 2007-05-07

In version 4.x (in 3.x OK) I have a big problem in highlight - it not
return in normal status when typing.
Copy code at the end in Notepad++, set syntax PHP. Then try delete " (after
$get_id. - ln: 5 col: 23) - the HTML code is broke (it's normal). But type
" at the same plase where it was, the HTML code is still broken - it is
error. And I have this error in any other syntax when use ' ` " and some
other.

<?php
$select_sql = mysql_query("
SELECT id
FROM test
WHERE id = ".$get_id."
");
?>
<html>

<body>
<body>

</html>