Ken Tossell On Wed, 4 Feb 2004, Antony Dovgal wrote:
> On Tue, 03 Feb 2004 16:47:09 -0000 > "Ken Tossell" <[EMAIL PROTECTED]> wrote: > > > kennyt Tue Feb 3 11:47:09 2004 EDT > > > -<!ENTITY mdash '—'> > > +<!ENTITY mdash '—'> > > But make test complains about it. > Shouldn't it be '&mdash;' instead? I tried that, and it's passed to the client as, well, "&mdash;". Make test shouldn't complain, as it's perfectly valid -- { is the standard for specifying ascii characters in html. Correct me, please. :) Ken