Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Icelandic
The content-type header is not set correctly for popup comments. This will be fixed in the the next release.
In the meantime, you can open textpattern/publish.php and find the line
<code>
exit(popComments(gps(‘parentid’)));
</code>
and replace it with:
<code>
header(“Content-type: text/html; charset=utf-8”);
exit(popComments(gps(‘parentid’)));
</code>
Offline
Re: Icelandic
Thank you Sencer
regards,
Agust
Offline