diff --git a/ext/rss_images/main.php b/ext/rss_images/main.php index 6544f959..4b2d0778 100644 --- a/ext/rss_images/main.php +++ b/ext/rss_images/main.php @@ -38,26 +38,26 @@ class RSS_Images extends Extension { ); $data .= " - - {$image->id} - $tags - $link - $link - $posted - $content - + + {$image->id} - $tags + $link + $link + $posted + $content + "; } $title = $config->get_string('title'); $base_href = $config->get_string('base_href'); - $version = $config->get_string('version'); + $version = VERSION; $xml = "<"."?xml version=\"1.0\" encoding=\"utf-8\" ?"."> $title The latest uploads to the image board $base_href - $version + Shimmie-$version (c) 2007 Shish $data