From cff14431c03069bd37beaeacc39cafc946b0d94c Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 15 Aug 2007 11:48:36 +0000 Subject: [PATCH] minor rss fixes git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@460 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/rss_images/main.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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