gitweb: Fix Atom feed <logo>: it is $logo, not $logo_url
Fix contents of Atom feed <logo> element; it should be URL of $logo, not URL pointed by logo link. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
f848718a69
commit
e1147267af
@ -4282,7 +4282,7 @@ XML
|
|||||||
}
|
}
|
||||||
if (defined $logo_url) {
|
if (defined $logo_url) {
|
||||||
# not twice as wide as tall: 72 x 27 pixels
|
# not twice as wide as tall: 72 x 27 pixels
|
||||||
print "<logo>" . esc_url($logo_url) . "</logo>\n";
|
print "<logo>" . esc_url($logo) . "</logo>\n";
|
||||||
}
|
}
|
||||||
if (! %latest_date) {
|
if (! %latest_date) {
|
||||||
# dummy date to keep the feed valid until commits trickle in:
|
# dummy date to keep the feed valid until commits trickle in:
|
||||||
|
Loading…
Reference in New Issue
Block a user