From nobody@FreeBSD.ORG  Mon Jul 17 22:35:24 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 5002E37B6B7; Mon, 17 Jul 2000 22:35:24 -0700 (PDT)
Message-Id: <20000718053524.5002E37B6B7@hub.freebsd.org>
Date: Mon, 17 Jul 2000 22:35:24 -0700 (PDT)
From: bonk1138@msn.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: PicoBSD - Markup Tags within Title Tag
X-Send-Pr-Version: www-1.0

>Number:         20002
>Category:       docs
>Synopsis:       PicoBSD - Markup Tags within Title Tag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 22:40:01 PDT 2000
>Closed-Date:    Tue Jul 18 16:19:32 BST 2000
>Last-Modified:  Tue Jul 18 23:00:02 PDT 2000
>Originator:     James Johnson
>Release:        5.0-Current
>Organization:
>Environment:
FreeBSD freebsd 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jul 16 19:12:47 GMT 2000
     root@freebsd:/usr/obj/usr/src/sys/freebsd2  i386
>Description:
The title of how2build.html contains <center> markup tags. The exact title reads as (In Netscape 4.72 / IE 5.5) -

<center>PicoBSD Development Kit</center>

Patch supplied of course.
>How-To-Repeat:
Open /usr/src/release/picobsd/doc/src/how2build.html in Netscape 4.72 or Internet Explorer 5.5
>Fix:
su-2.04# diff how2build.html how2build.html.new
4c4
< <title><center>PicoBSD Development Kit</center></title>
---
> <title>PicoBSD Development Kit</title>
su-2.04#

>Release-Note:
>Audit-Trail:

From: Ben Smithurst <ben@FreeBSD.org>
To: bonk1138@msn.com, freebsd-small@FreeBSD.org
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/20002: PicoBSD - Markup Tags within Title Tag
Date: Tue, 18 Jul 2000 14:42:24 +0100

 bonk1138@msn.com wrote:
 
 >> Fix:
 > su-2.04# diff how2build.html how2build.html.new
 > 4c4
 > < <title><center>PicoBSD Development Kit</center></title>
 > ---
 >> <title>PicoBSD Development Kit</title>
 
 In general, unified diffs are preferred ("diff -u"), but in this case it
 doesn't matter much.
 
 To the people on freebsd-small mailing list: may I commit this?  The
 problem is that Netscape doesn't understand <center> tags within
 <title>, so they appear literally in the title bar.
 
 Thanks,
 
 -- 
 Ben Smithurst                 / ben@FreeBSD.org / PGP: 0x99392F7D
 FreeBSD Documentation Project /
 

From: "Patrick S. Gardella" <patrick@freebsd.org>
To: Ben Smithurst <ben@freebsd.org>
Cc: bonk1138@msn.com, freebsd-small@freebsd.org,
	freebsd-gnats-submit@freebsd.org
Subject: Re: docs/20002: PicoBSD - Markup Tags within Title Tag
Date: Tue, 18 Jul 2000 10:03:08 -0400 (EDT)

 On Tue, 18 Jul 2000, Ben Smithurst wrote:
 
 > bonk1138@msn.com wrote:
 > 
 > >> Fix:
 > > su-2.04# diff how2build.html how2build.html.new
 > > 4c4
 > > < <title><center>PicoBSD Development Kit</center></title>
 > > ---
 > >> <title>PicoBSD Development Kit</title>
 > 
 > In general, unified diffs are preferred ("diff -u"), but in this case it
 > doesn't matter much.
 > 
 > To the people on freebsd-small mailing list: may I commit this?  The
 > problem is that Netscape doesn't understand <center> tags within
 > <title>, so they appear literally in the title bar.
 > 
 
 I'd say, yes, commit it.  I'm working (very slowly) on a re-write of the
 PicoBSD pages, but that may be a while (new job, new house, etc.)
 
 Patrick Gardella
 
 
State-Changed-From-To: open->closed 
State-Changed-By: ben 
State-Changed-When: Tue Jul 18 16:19:32 BST 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20002 

From: Doug White <dwhite@resnet.uoregon.edu>
To: Ben Smithurst <ben@FreeBSD.ORG>
Cc: bonk1138@msn.com, freebsd-small@FreeBSD.ORG,
	freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: docs/20002: PicoBSD - Markup Tags within Title Tag
Date: Tue, 18 Jul 2000 12:06:17 -0700 (PDT)

 On Tue, 18 Jul 2000, Ben Smithurst wrote:
 
 > bonk1138@msn.com wrote:
 > 
 > >> Fix:
 > > su-2.04# diff how2build.html how2build.html.new
 > > 4c4
 > > < <title><center>PicoBSD Development Kit</center></title>
 > > ---
 > >> <title>PicoBSD Development Kit</title>
 > 
 > In general, unified diffs are preferred ("diff -u"), but in this case it
 > doesn't matter much.
 > 
 > To the people on freebsd-small mailing list: may I commit this?  The
 > problem is that Netscape doesn't understand <center> tags within
 > <title>, so they appear literally in the title bar.
 
 This is only half the battle... you need to Peter-ify the config properly,
 e.g. create appropriate hints files in /boot and so forth.
 
 Doug White                    |  FreeBSD: The Power to Serve
 dwhite@resnet.uoregon.edu     |  www.FreeBSD.org
 
 

From: "clemensF" <rabat@web.de>
To: Ben Smithurst <ben@FreeBSD.org>
Cc: bonk1138@msn.com, freebsd-small@FreeBSD.org,
	freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/20002: PicoBSD - Markup Tags within Title Tag
Date: Wed, 19 Jul 2000 07:54:53 +0200

 > Ben Smithurst:
 
 > To the people on freebsd-small mailing list: may I commit this?  The
 > problem is that Netscape doesn't understand <center> tags within
 > <title>, so they appear literally in the title bar.
 
 then please leave these tags out!
 
 clemens
 
>Unformatted:
