View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021382 | mantisbt | rss | public | 2016-07-19 15:09 | 2016-07-19 15:09 |
Reporter | SteveA | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.3.0 | ||||
Summary | 0021382: RSS Feeds don't validate | ||||
Description | RSS feeds don't validate: This feed does not validate.
This seems to be down to the following line in issues_rss.php
So if you've not set $g_show_user_email_threshold in the config then the email addresses aren't displayed. If you comment the IF lines out then it validates but reports: line 3, column 945: Email address is not in the recommended format (25 occurrences) [help] because of : $t_author = $t_author_name . ' <' . $t_author_email . '>'; where the "<" and ">" get turned into html entities. | ||||
Steps To Reproduce | get the RSS feed url from the issues page and use | ||||
Tags | No tags attached. | ||||