system/functions.php dosyasını açın.
function sed_cc'yi bulun.
array('{', '<', '>' , '$', '\'', '"', '\\', '&', ' '),
array('{', '<', '>', '$', ''', '"', '\', '&amp;', '&nbsp;'), $text);
Alttaki satır ile değiştirin.
array('#', '{', '<', '>' , '$', '\'', '"', '\\', '&', ' '),
array('#', '{', '<', '>', '$', ''', '"', '\', '&amp;', '&nbsp;'), $text);




