Hi,
I was looking at #130325 when I realized that favicon.ico was not displayed for www.debian.org. So here comes a patch to solve this problem. Cheers, -- Pierre Machard <[EMAIL PROTECTED]> TuxFamily.org <[EMAIL PROTECTED]> techmag.net +33(0)668 178 365 http://migus.tuxfamily.org/gpg.txt GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87
--- header.wml Sun Oct 13 22:09:51 2002 +++ header.wml.new Sun Oct 13 22:11:49 2002 @@ -12,6 +12,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=$(CHARSET)" /> <title>$(BARETITLE:*Debian GNU/Linux -- )$(title)</title> <link rev="made" href="mailto:[EMAIL PROTECTED]" /> +<link rel="Shortcut Icon" href="$(HOME)/favicon.ico" /> <meta name="Description" content="$(SUMMARY:-<blurb/>)" /> <meta name="Keywords" content="<keywords/>" /> <meta name="Language" content="$(CUR_LANG)" />