Quote:
Originally Posted by Kolbi
Bist deutsch oder? 
Welche Datei und welche Zeile?
Ja die Umlaute sind wohl das Problem.
|
Ja, aber ich schreib trotzdem in Englisch, f?r die anderen ;-)
Just write on line 24, of twitask.php, just where the error message of the add-on occures:
Quote:
} else { die('Error: RSS file not found, dude.'); }
$title = str_replace("<![CDATA[", "", "$title");
$title = str_replace("]]>", "", "$title");
$title = str_replace("&", "and", "$title");
$title = utf8_encode ($title); //for the bloody umlaute
|