From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Skg4t-0004el-Bl for mharc-grub-devel@gnu.org; Fri, 29 Jun 2012 14:37:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skg4q-0004ds-KS for grub-devel@gnu.org; Fri, 29 Jun 2012 14:37:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Skg4p-0007fD-0H for grub-devel@gnu.org; Fri, 29 Jun 2012 14:37:56 -0400 Received: from mail-yw0-f48.google.com ([209.85.213.48]:46528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Skg4o-0007ei-Pj for grub-devel@gnu.org; Fri, 29 Jun 2012 14:37:54 -0400 Received: by yhfq46 with SMTP id q46so2989969yhf.35 for ; Fri, 29 Jun 2012 11:37:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=cgKf52uykwlCwgvhCDUclc6UAfLYkq97AZDIL7u3cJA=; b=sRVikI9qlW+Et/HoG4P66a/kYNGuBLTvW6Z3VpuyfT3abtNRd/TfFk6Lpjap1mIq3T bBRvt5exCaJyBtdhzceyqTy2pqNQtSMUjbQxBFpI7ERnjQIzxGNos6OCAWQB61qqm2zV 1MWz9VE1M3U2fYqUvE0bNe8K5IIE2voUHBbogbTVc/m/fNE65ZqAvfncTZMGRHOnpShb upm61R0UqjGQphtgHSG4HWDIWRyrNQWWJcFK5QnhYUGg/fTx3+GC1trDsMHxJy1Sss8S LdkIZ8dcC7GVSk6XIrtqgQlB3+MEjV5iD7DpCvEe3isucYchK+GVIk/gUUQ1lNVzBELj rEfw== Received: by 10.100.83.14 with SMTP id g14mr1200774anb.11.1340995071879; Fri, 29 Jun 2012 11:37:51 -0700 (PDT) Received: from [192.168.0.75] (cpe-70-123-218-92.satx.res.rr.com. [70.123.218.92]) by mx.google.com with ESMTPS id l49sm7446202yhj.8.2012.06.29.11.37.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Jun 2012 11:37:50 -0700 (PDT) Message-ID: <4FEDF5FD.9020706@gmail.com> Date: Fri, 29 Jun 2012 13:37:49 -0500 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: Minor documentation issue References: <4FEDCA96.1030507@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.48 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2012 18:37:58 -0000 Mike Gilbert wrote: > On Fri, Jun 29, 2012 at 11:32 AM, Bruce Dubbs wrote: >> By the way, the html is not well formed. There are many missing tags. > > HTML 4 and earlier do not require closing tags for
  • . Yes, you are right of course. They are allowed though. All my pages are xhtml strict, so I'm more used to them being required. I'm a little more interested why some dash (ASCII 0x2d) characters are converted to _002d. In href="#Making-a-GRUB-bootable-CD_002dROM" there are 3 dashes that are OK and one converted. -- Bruce