
09-21-2008, 09:46 PM
|
|
|
Join Date: Mar 2007
Location: Istanbul
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Vossi
Hm, just open functions_vbglossar.php, in line 188 look for:
PHP Code:
$item['description'] = htmlentities($item['description'], ENT_COMPAT, "$stylevar[charset]" );
and change it to:
PHP Code:
$item['description'] = htmlentities($item['description']);
Does it work after the change?
|
Yes, working now.
Thanks
|