Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
530 views
in Q2A Core by

Hi I am testing Q2A and I am having a problem with RSS feed :


The feed page begins with

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>

Is there any problem with this ? 
Thanks .

 

1 Answer

0 votes
by

Because there is blank line at the top of the HTML/XML code, in your site, all pages are unjust not only RSS. Closing tag of PHP ("?>") + CR/LF may be described somewhere. Check all third party theme, plugin and all your changes.

by
Hi, thanks. Do you mean that php file that ends with a CR/LF should be adjusted by removing that newline in the end ?
by
See here.
http://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag
This is my guess. Different thing may be a cause.
...