]> git.deb.at Git - deb/packages.git/commitdiff
Fix rss10.png URL
authorGerfried Fuchs <rhonda@debian.at>
Wed, 28 Jul 2010 13:16:03 +0000 (15:16 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Wed, 28 Jul 2010 13:16:03 +0000 (15:16 +0200)
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

index e8c5d3ee0af12d4aee6ac79dccfe699029f6be7e..ba44a442765f46b3ca91c056b4c79c24a1be370f 100644 (file)
@@ -20,7 +20,7 @@
        g(' You can also display this list <a href="%s">sorted by age</a>.', make_url('newpkg','mode=byage'));
    END %]</p>
 <p>[% g('This information is also available as an <a href="newpkg?format=rss">RSS feed</a>') %]
-<a href="newpkg?format=rss"><img src="http://planet.debian.org/rss10.png" alt="[% g('[RSS 1.0 Feed]') %]"></a></p>
+<a href="newpkg?format=rss"><img src="http://planet.debian.org/common/rss10.png" alt="[% g('[RSS 1.0 Feed]') %]"></a></p>
 
 [% FOREACH pkg IN new_packages %]
        [% '<ul>' IF loop.first %]