Josh Rosenbaum wrote:


Is it possible your plugin is returning the newline? If it is, then:
[% plugin.return_stuff() | trim -%] should do the trick. If that's not the case then I suggest turning on template compilation, and then you can check out the compiled template to see if TT is actually adding the newline there.

Thanks for the compile idea... Don't know why I didn't think of that.
I found the extra character. It was in the template file itself because somone managed to
add a dos newline at the end of that one line.



begin:vcard
fn:Sean T. Allen
n:Allen;Sean T.
org:Ardis Marketing Group
adr;dom:;;;New York;NY
email;internet:[EMAIL PROTECTED]
title:Tech Guru
x-mozilla-html:FALSE
url:http://ardismg.com/
version:2.1
end:vcard

Reply via email to