Hi
Please open templatesja_antaresindex.php file, at about line 243, find following code:
<a href="<?php echo $tmpTools->templateurl();?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" target="_blank" title="RSS 2.0" style="text-decoration: none;">
<img src="<?php echo $tmpTools->templateurl();?>/images/but-rss.png" alt="RSS 2.0" />
</a>
and change to:
<a href="<?php echo $tmpTools->templateurl();?>/index.php?format=feed&type=rss" target="_blank" title="RSS 2.0" style="text-decoration: none;">
<img src="<?php echo $tmpTools->templateurl();?>/images/but-rss.png" alt="RSS 2.0" />
</a>