Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Fix Atom feed <logo>: it is $logo, not $logo_url
author
Jakub Narebski
<jnareb@gmail.com>
Mon, 4 Dec 2006 13:09:43 +0000
(14:09 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 4 Dec 2006 21:48:58 +0000
(13:48 -0800)
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>
gitweb/gitweb.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f848718
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 093bd72058cde4d766acd8057cb407e2ed6373cb..ffe8ce13ff3e5a66f3ffc548238bee29f4593f97 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-4282,7
+4282,7
@@
sub git_feed {
}
if (defined $logo_url) {
# 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) {
# dummy date to keep the feed valid until commits trickle in: