mySTAT generates invalid feeds (RSS, Atom) by inserting the blank image in mystat/mystat.php function myStat_footer().
To fix that add if(!is_feed()) in front of the last line of the function.
mySTAT generates invalid feeds (RSS, Atom) by inserting the blank image in mystat/mystat.php function myStat_footer().
To fix that add if(!is_feed()) in front of the last line of the function.
This topic has been closed to new replies.