www/54598: [PATCH] Add code so broswers can pick up favicon.ico
Dan Langille
dan at langille.org
Thu Jul 17 16:10:12 PDT 2003
>Number: 54598
>Category: www
>Synopsis: [PATCH] Add code so broswers can pick up favicon.ico
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-www
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 17 16:10:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Dan Langille
>Release: FreeBSD 4.8-RC i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.8-RC FreeBSD 4.8-RC #12: Fri Apr 4 10:45:49 EST 2003 dan at xeon.unixathome.org:/usr/obj/usr/src/sys/XEON i386
>Description:
Not all browsers automatically check for favicon.ico (Konquerer does I think).
This diff will ensure browsers pick it up.
>How-To-Repeat:
>Fix:
--- diff.txt begins here ---
--- includes.sgml.orig Thu Jul 17 18:52:30 2003
+++ includes.sgml Thu Jul 17 18:58:20 2003
@@ -35,7 +35,9 @@
<!ENTITY header '<head><title>&title;</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
-<link rel="stylesheet" type="text/css" href="&stylesheet;"></head><body
+<link rel="stylesheet" type="text/css" href="&stylesheet;">
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+<link rel="icon" href="/favicon.ico" type="image/x-icon"></head><body
text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
src="&base;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
--- diff.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-www
mailing list