bagder: curl-www css.t,1.3,1.4
[email protected] Mon, 28 Sep 2009 09:00:25 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www In directory giant.haxx.se:/var/tmp/cvs-serv28542 Modified Files: css.t Log Message: use an absolute url to the favicon Index: css.t =================================================================== RCS file: /cvsroot/curl/curl-www/css.t,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- css.t 4 Oct 2004 07:00:44 -0000 1.3 +++ css.t 28 Sep 2009 09:00:23 -0000 1.4 @@ -1,3 +1,3 @@ <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <link rel="STYLESHEET" type="text/css" href="/curl.css"> -<link rel="shortcut icon" href="/favicon.ico"> +<link rel="shortcut icon" href="http://curl.haxx.se/favicon.ico">