Buddy Burden wrote:
> Now, I didn't think that the comment block would take up any actual space 
> in the generated template, but apparently I was wrong.  

No, you were right.  Comments don't create anything in the generated template.

tpage is your friend for testing out things like this:

  [EMAIL PROTECTED]:~$ tpage
  before
  [%# this is a comment
  
  
  
  
  -%]
  after
  ^D
  before
  after

Perhaps you've got a PRE_PROCESS template that's adding the whitespace?

A


_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to