Meta tags are not authoritative, they are merely a suggestion to the
browser. Content-type headers are authoritative, they come from the
server, which presumably knows what it's talking about.
Could you post the entire index.php file on Pastie? Zero out any
sensitive info, naturally, but replace anything you elide with XXXX or
similar so I can be sure that you aren't introducing the problem
there. An error on this line could mean that you have used the wrong
sorts of quotes to enclose other quotes (or failed to escape nested
quotes). But since it's not a part of what I wrote, it's a mystery to
me.
Walter
On Jul 3, 2009, at 11:59 AM, WLQ wrote:
>
> Well it is something wrong with index.php but strangely it's saying
> that it occurs on this line:
> <script src="itanu_files/prototype.js"></script>
>
> ... but why do you really need to change the header:
> header('Content-type: text/html; charset=utf-8');
>
> if in my index.php that's included in the create_clone one is
> allready:
> <meta http-equiv="Content-type" content="text/html; charset=UTF-8">
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---