I am using a theme inherited from Antimatter. Once this theme is activated all generated pages start with an empty line. (I added line numbers to code below for better explanation)
1
2 <!DOCTYPE html>
3 <html lang="de">
4 <head>
5 ...
This behavior is annoying in combination with sitemap plugin as it leads to a faulty XML document.
If i switch to plain Antimatter the empty line is gone.
Any idea how I can get rid of this empty line in my inherited theme?