Merge branch 'maint'
* maint: gitweb: skip logo in atom feed when there is none t9001: Fix test prerequisites
This commit is contained in:
@ -7169,7 +7169,7 @@ XML
|
||||
if (defined $favicon) {
|
||||
print "<icon>" . esc_url($favicon) . "</icon>\n";
|
||||
}
|
||||
if (defined $logo_url) {
|
||||
if (defined $logo) {
|
||||
# not twice as wide as tall: 72 x 27 pixels
|
||||
print "<logo>" . esc_url($logo) . "</logo>\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user