There are 2 links, both open in a new window.
Line 165 of mod_jw_srfr.php find this;
<a class="srfr-feed-title" target="_blank" href="<?php echo $item->get_permalink(); ?>">
Replace with this;
<a class="srfr-feed-title" href="<?php echo $item->get_permalink(); ?>">
*****************
Next one;
Line 183 of mod_jw_srfr.php find this;
<a class="srfr-feed-name" target="_blank" href="<?php echo $feed->get_permalink(); ?>">
Replace with this;
<a class="srfr-feed-name" href="<?php echo $feed->get_permalink(); ?>">
John.