- <?php echo htmlentities($struct_table_cat[$i][$j]['liens']['chapo']); ?>
- <?php echo htmlentities($struct_table_cat[$i][$j]['liens']['texte']); ?>
+ <?php echo html_entity_decode($struct_table_cat[$i][$j]['liens']['chapo'], ENT_COMPAT, 'UTF-8'); ?>
+ <?php echo html_entity_decode($struct_table_cat[$i][$j]['liens']['texte'], ENT_COMPAT, 'UTF-8'); ?>