Installation, updates, manuals and APIs.
Code, issues, development roadmap.
Custom job offers.
Send us your sales or general questions.
inc>design.inc.php line 1296
<?= htmlspecialchars_adv( $oItem -> description ) ?>
replaced it with your prior fix of
<?= //htmlspecialchars_adv( $oItem -> description ) ?>
<?= ( $oItem -> description ) ?>
I did this and now my RSS are working fine, just like he had fixed it before.
Regards.