Re: [htmltmpl] First line of template unconditionally deleted
Brought to you by:
samtregar
From: Fred C. <fre...@gm...> - 2004-09-02 02:10:50
|
On Wed, 1 Sep 2004 02:22:45 -0500, Charles K. Clarkson <ccl...@ht...> wrote: > From: htm...@li... <> wrote: > > : I've just begun using HTML::Template, and have run into > > > : the issue that the first line of the simplest template > : gets unconditionally deleted. I noticed this when my > : DOCTYPE got mangled in the output. Adding a newline at > : the top of the file, naturally, fixes this. > : > : Is this a known bug? I searched the mailing list archive, > : the buglist, and the discussions, but saw no mention of > : it. I'm hoping someone will go "aha, it's that..." > > You'll probably need to show us your code. If we can > reproduce the error we might be able to tell you the > problem. I've attached the simple test template and script to this message. I probably should have mentioned platform info: FreeBSD 4.10-RELEASE-p2 Perl 5.8.5 Apache from the ports: apache+mod_ssl-1.3.31+2.8.19 add'l Apache modules: mod_perl-1.29, mod_auth_mysql-2.20_3, mod_gzip-1.3.26.1a Thanks for the response! |