#1664 closed defect (bug) (duplicate)
Broken RSS Link
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.2 |
Component: | Template | Keywords: | RSS, broken link |
Focuses: | Cc: |
Description
The "Entries (RSS)" link in the footer incorrectly points to "feed:http://www.example.com/?feed=rss2" instead of correctly pointing to "http://www.example.com/?feed=rss2". The word "feed:" is prefixed to the URL which causes the link not to open in the browser.
This mistake is also present in the "Comments (RSS)" link in the footer. (The same mistake is present in 2 other links in the Sidebar, which did not appear anyway as I installed WordPress, but I found them inside the code.)
I have managed to fix this problem by removing the "feed:" word from the link URLs inside the code.
Note: See
TracTickets for help on using
tickets.
Duplicate of #1133