do anybody knows, how to force module News send header
Code: Select all
header('Content-type: text/xml');
PHP function void header ( string string [, bool replace [, int http_response_code]] ) has parameter 'replace' with default value 'true', but it doesn't works...
Or - error will be in another place of code - I was change file /moduleinterface.php -
lines
Code: Select all
header("Content-Language: " . $current_language);
header("Content-Type: text/html; charset=" . get_encoding());
XML Parsing Error: undefined entity. Maybe those HTML characters are not allowed in XML document? They was converted by TinyMCE from national characters - how can i turn off this feature of TinyMCE?
Cheers, 100rk.