Opened 3 years ago
Closed 3 years ago
#1286 closed defect (invalid)
RSS issue in trunk version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Back-end | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I'm using trunk version, and the rss can not parsed by browser.
Also not work in google reader.
Chrome:
error on line 2 at column 6: XML declaration allowed only at the start of the document
Firefox:
XML Parsing Error: XML or text declaration not at start of entity Location: http://t.igecko.info/b/rss.php Line Number 2, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^
And I found there is a blank line at start of the output rss code, also in all page's html code.
I guess this cause the rss parse error?
Change History (2)
Note: See
TracTickets for help on using
tickets.
At the moment (rev 2441) it works for me on Google Reader and W3 Validator says it's ok too.