View Issue Details

IDProjectCategoryView StatusLast Update
0006164mantisbtrsspublic2005-09-11 08:10
Reporterdeboutv Assigned Toryandesign  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0rc1 
Fixed in Version1.0.0rc2 
Summary0006164: RSS feed does not validate
Description

I have tested the RSS feed on two RSS feed validators (http://feedvalidator.org/ and http://rss.scripting.com/). The results are the same:

There were 3 errors, the RSS feed does not validate.

  1. docs must be a full URL 4 185
  2. link must be a full URL 6 185
  3. link must be a full URL 11 185
TagsNo tags attached.

Activities

ryandesign

ryandesign

2005-08-21 12:08

reporter   ~0011247

Last edited: 2005-08-21 12:09

The culprit seems to be this line in news_rss.php:

   $about = string_rss_links( config_get( 'path' ) );

I wonder what it should be changed to...

ryandesign

ryandesign

2005-08-21 17:09

reporter   ~0011254

Presumably it should just be

$about = config_get( 'path' );

That would match some of the other code near there.

Fixed in CVS

news_rss.php -> 1.9