GNOME Bugzilla – Bug 579683
html/php improper highlighting of quoted text
Last modified: 2011-05-16 17:07:43 UTC
Please describe the problem: i've run into this problem when using html with inline php code. when you use quotes in html and then inline php code, the quotes become mismatched. example code: <b>this is php output!</b>: "i think <?php echo "output"; ?> is good" Steps to reproduce: 1. open gedit and change highlighting mode to php 2. paste in this text: <b>this is php output!</b>: "i think <?php echo "output"; ?> is good" Actual results: the following are highlighted as being in quotes: "i think <?php echo " "; ?> is good" Expected results: the following should be highlighted as being in quotes: "i think "output" is good" Does this happen every time? yes Other information: no, it's not a feature. -_-
my example was broken. it has to be from highlighted quote like inside a tag. example: <a href="http://<?php echo "link"; ?>.htm">this is link</a>
Created attachment 133014 [details] image of what the improper parsed line looks like
Created attachment 133015 [details] image of what the improper parsed line looks like
Created attachment 133016 [details] image of what the parsed line should look like
Still not solved :SS
Hi! this seems to be a duplicate of bug #565524 Could someone maybe mark it as such?
*** This bug has been marked as a duplicate of bug 565524 ***