Quote:
Originally Posted by John
A lot of people have been getting this error.
I presume you're all using the Dreamweaver text editor?
The solution is, don't!
Dreamweaver appears to automatically edit (and screw up) this line in functions.php (1755):
PHP Code:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') === false, '?', '&') . "tempusage=1\">Template Usage</a>) (<a href=\"" .
Use a different text editor to make the change to functions.php, and you won't have this problem. 
|
Thank you SO much... worked like a charm... how come dreamweaver does this??? Can you recommend another text editor, something with a good "FIND" ?