GNOME Bugzilla – Bug 674212
double quotes in PHP code between double quotes of HTML attributes break the highlighting
Last modified: 2013-01-20 03:26:54 UTC
Created attachment 212162 [details] screenshot of the behavior Overview: When you enter some PHP code which contains double quotes between the opening and closing double quote of an HTML attribute, the first double quote is considered being the closing double quote of the HTML attribute. Steps to Reproduce: 1) Create a new PHP file and enter <tag attribute="<?=$array["key"]?>"/> Additional Information: As a workaround I use single quotes instead of double quotes. <tag attribute="<?=$array['key']?>"/>
*** This bug has been marked as a duplicate of bug 617950 ***
*** This bug has been marked as a duplicate of bug 565524 ***