mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
Fix broken RSS feed link on front page
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
e8cd6abc6e
commit
49073b1e82
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<h3><?php echo __("Recent Updates") ?></h3>
|
||||
|
||||
<a href="rss.php" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="images/feed-icon-14x14.png" alt="RSS Feed" /></a>
|
||||
<a href="<?php echo get_uri('/rss/') ?>" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="/images/feed-icon-14x14.png" alt="RSS Feed" /></a>
|
||||
|
||||
<table>
|
||||
<?php foreach ($newest_packages->getIterator() as $row): ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue