Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 13:23:38 +0300
From:      Yar Tikhiy <yar@comp.chem.msu.su>
To:        freebsd-doc@freebsd.org
Subject:   A small artifact in rendering
Message-ID:  <20060221102338.GE60279@comp.chem.msu.su>

next in thread | raw e-mail | index | archive | help
Hi doc folks,

Just noticed that in arch-handbook, Chapter 8, the copyright line
looks as follows:

	Copyright ¿ 2002, 2004, 2005 John BaldwinRobert Watson

Note a missing separator between the names.  The HTML is:

	Copyright&nbsp;&copy;&nbsp;2002, 2004, 2005
	<span class="HOLDER">John Baldwin</span><span
	class="HOLDER">Robert Watson</span>

The SGML code was:

    <copyright>
      <year>2002</year>
      <year>2004</year>
      <year>2005</year>
      <holder>John Baldwin</holder>
      <holder>Robert Watson</holder>
    </copyright>

There's an obvious bug either in the source or in the docbook
machinery, but I have no idea which is the case.

-- 
Yar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060221102338.GE60279>