After opening .php file, Dreamweaver change the source code
Hi, when I open file html_output.php in Dreamweaver MX 6.1, the Dreamweaver change the source code
from (I can see it correct in PSPad editor) :
if ( ($params['type'] == 'button') && isset($link) ) {
to :
if ( ($params['type'] ']']== ']']==']=='button') && isset($link) ) {
I don't know why. When I save it, with changed text, then I will have error message for this line.
Thanks for help.
