Re: (no subject)
Richard Thomas <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <[email protected]> |
On 04/04/2012, at 9:03 PM, Alex Zwinge <[email protected]> wrote: > The issue is that when the template is rendered and outputted to a > file tt seems like it's adding a bunch of extra line breaks between > the lines. > How can I fix this? I can't > find any option (pre/post chomp are not it). > Although I've not had this issue myself, I'm sure I've seen this discussed on the list before. Try altering the line-endings of your templates to Unix, not DOS. cheers RET