Looks like you have a blank line at the very beginning of your source. Get rid of the blank line and re-check the validation.
Thread Starter
lx
(@lx)
I do not understand. Where from should I remove the line?
Sorry, should have given you more info…if you check your wp-rss2.php file, look at around line 13 or 14. Is there a blank line after ?> and before the <?php echo '<?xml version="1.0" encoding="'.get_settings('blog_charset').'"?'.'>'; ?> line?
You may want to try disabling all of your plugins. There are few plugins that actually cause this problem. If you find out which plugin is doing it, make sure that you have the latest version.
Thread Starter
lx
(@lx)
No, I have removed it before writing here. Still no luck.
Thread Starter
lx
(@lx)
Also I have not chnaged the default installation of plug-ins, so none are activated by default, I guess
Thread Starter
lx
(@lx)
I removed these empty lines from all feed generators (incl. 0.92, 2.0 and Atom) but all of them still gives an excessive line. Also I delete the files for all plug-ins but still does not work.
It is really annoying that the installation by default has problems with basic functions.
Thread Starter
lx
(@lx)
I found that excessive new line is added in this part of code:
if (empty($feed)) {
$blog = 1;
$feed = 'rss';
$doing_rss = 1;
require('wp-blog-header.php');
}