I have a weird bug. When I beautify my html/php mixed code it breaks the line and puts the echo and the following tag on 2 different lines making it look ugly.
Anyone had this problem before ?
BTW look at $answer_hash['topic_firstname'] suddenly the following )) are green/commented looks like.


Not sure, my only guess would be that you have softwrap (also called wordwrap) on. You can disabled it at: View -> Toggle softwrap.
To awnser your second question, the
value=""attribute normal contains string, and not code. So it gets the green color as if it is a string.You're using the standard syntax theme that doesn't give a color to parentesis and curly braces, so since it's in a
value=""attribute it gets the green color.