Hi RS_Jelle,
Quote:
Originally Posted by RS_Jelle
It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
PHP Code:
$cat['description'] = htmlspecialchars_uni($cat['description']);
|
I found out why it did not work. There is a second line which must be deleted:
PHP Code:
$sub['description'] = htmlspecialchars_uni($sub['description']);
Now it is working
Thank you for your hint.
Regards