Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 19:30:04 +0100
From:      Remko Lodder <remko@FreeBSD.org>
To:        Yar Tikhiy <yar@comp.chem.msu.su>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: A small artifact in rendering
Message-ID:  <43FB5C2C.7000901@FreeBSD.org>
In-Reply-To: <20060221102338.GE60279@comp.chem.msu.su>
References:  <20060221102338.GE60279@comp.chem.msu.su>

next in thread | previous in thread | raw e-mail | index | archive | help
Yar Tikhiy wrote:
> 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.
> 

Hi Yar,

I spotted this a while ago as well, still have it "pending"
in my queue but never got to solve it since it seems like
something strange, the parsing should make multiple
holder tags into name, name so that they are seperated
nicely.

If you can come up with a good solution please fix :) if i
can help, please yell.

Cheers,remko

-- 
Kind regards,

      Remko Lodder               ** remko@elvandar.org
      FreeBSD                    ** remko@FreeBSD.org

      /* Quis custodiet ipsos custodes */



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