mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
RSS: Make sure image title matches channel title
https://validator.w3.org/feed/docs/warning/ImageTitleDoesntMatch.html Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
78dbbd3dfa
commit
1d0c6ffe24
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $rss->description = "The latest and greatest packages in the AUR";
|
|||
$rss->link = "${protocol}://{$host}";
|
||||
$rss->syndicationURL = "{$protocol}://{$host}" . get_uri('/rss/');
|
||||
$image = new FeedImage();
|
||||
$image->title = "AUR";
|
||||
$image->title = "AUR Newest Packages";
|
||||
$image->url = "{$protocol}://{$host}/css/archnavbar/aurlogo.png";
|
||||
$image->link = $rss->link;
|
||||
$image->description = "AUR Newest Packages Feed";
|
||||
|
|
Loading…
Add table
Reference in a new issue