I'm testing Rapid PHP 9.3 and Rapid PHP 9.4. Following Code insert a wrong quote if I write whitespaces after stylesheet definition in HTML Tags:
Code: Select all
<div style="... any stylesheet code ...;""
Code: Select all
echo "this is my test!""
Code: Select all
while($i == "5+""
Raiden