[Zope] problem with Zope and IE and ReportLab

Jerome Alet alet@unice.fr
Wed, 14 Mar 2001 21:53:43 +0100


On Wed, Mar 14, 2001 at 09:15:36PM +0100, Dieter Maurer wrote:
> Jerome Alet writes:
>  > <dtml-call "RESPONSE.setHeader('Content-Type', 'application/pdf')">
>  > <dtml-call "RESPONSE.setHeader('Content-Disposition', 'attachment; filename=rapport.pdf')">
>  > <dtml-var rpdf>
> Code like this may add spurious white space.
> Use
> 
> 	<dtml-return rpdf>
> instead of
> 	<dtml-var rpdf>

Ok, I've changed it.

Now if only I could have windows and IE at home :-)

I'll test it tomorrow and let you know.

Thanks.

Jerome Alet