Community
Participate
Working Groups
When writing HTML inside PHP code, i.e. ... <?php $myvalue = 42; ?> <input type="text" name="myname" value="<?=$myvalue?>" /> ... The editor shows a red error warning about incorrect syntax inside the value attribute of the input tag.
same bug as #149403 *** This bug has been marked as a duplicate of bug 149403 ***
duplicate