From 8bd48f8ec0905073f6c58cdeb9011fc07e701ffb Mon Sep 17 00:00:00 2001
From: Gerfried Fuchs 
Date: Wed, 28 Jul 2010 15:16:03 +0200
Subject: [PATCH] Fix rss10.png URL
planet.debian.org has changed its image URLs. This though should rather
not be referenced from a different server but be shipped by ourselfes in
the long run.
---
 templates/html/newpkg.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/html/newpkg.tmpl b/templates/html/newpkg.tmpl
index e8c5d3e..ba44a44 100644
--- a/templates/html/newpkg.tmpl
+++ b/templates/html/newpkg.tmpl
@@ -20,7 +20,7 @@
 	g(' You can also display this list sorted by age.', make_url('newpkg','mode=byage'));
    END %]
 [% g('This information is also available as an RSS feed') %]
-![[% g('[RSS 1.0 Feed]') %]](http://planet.debian.org/rss10.png)
+
 
 [% FOREACH pkg IN new_packages %]
 	[% '' IF loop.first %]
-- 
2.39.5