[Zope] Weird but minor zsyncer or zope bug
Charlie Reiman
creiman@kefta.com
Mon, 10 Feb 2003 10:05:24 -0800
> -----Original Message-----
> From: Dieter Maurer [mailto:dieter@handshake.de]
> Sent: Saturday, February 08, 2003 3:19 AM
> To: Charlie Reiman
> Cc: zope@zope.org
> Subject: Re: [Zope] Weird but minor zsyncer or zope bug
>
>
> Charlie Reiman wrote at 2003-2-6 12:49 -0800:
> > ....
> > Is zope
> > rewriting the head section in any way beyond the <base> tag magic?
> Not that I would know.
> > The DTML
> > doesn't have any logic at that point so I can't imagine why it would
> > disappear.
> Check "HTTPResponse.setBody".
> However, I doubt, you will find some.
Problem found and fixed. There's two dtml interfaces in ZSyncer with nearly
identical heads. One was missing the stylesheet reference so I added it.