Module: tools Branch: master Commit: d928db151c2c42267622d945d6e71a667e7fdc68 URL: https://source.winehq.org/git/tools.git/?a=commit;h=d928db151c2c42267622d945...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Feb 1 11:28:03 2022 +0100
testbot: Use the main website's favicon.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/CGI/PageBase.pm | 3 +-- testbot/web/WineFavIcon.png | Bin 917 -> 0 bytes 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/testbot/lib/WineTestBot/CGI/PageBase.pm b/testbot/lib/WineTestBot/CGI/PageBase.pm index 613bddd..fa40699 100644 --- a/testbot/lib/WineTestBot/CGI/PageBase.pm +++ b/testbot/lib/WineTestBot/CGI/PageBase.pm @@ -209,8 +209,7 @@ sub GenerateHeader($$) <html> <head> <title>$Title</title> - <link rel='icon' href='/${ProjectName}FavIcon.png' type='image/png'> - <link rel='shortcut icon' href='/${ProjectName}FavIcon.png' type='image/png'> + <link rel="shortcut icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_32.png"> <link rel='stylesheet' href='/${ProjectName}TestBot.css' type='text/css' media='screen'> </head> EOF diff --git a/testbot/web/WineFavIcon.png b/testbot/web/WineFavIcon.png deleted file mode 100644 index 83d2c4c..0000000 Binary files a/testbot/web/WineFavIcon.png and /dev/null differ