Need a quick explanation of something...
we have a custom plugin that creates content so that...
[% plugin.return_stuff(); -%]
returns data for tt2 to output
if dump the data to a tmp file before return_stuff actually returns the data...
it is fine
however, tt2 is adding an extra \n at the end
so if we had
[% plugin.return_stuff(); -%] AAA
and retrun stuff should just return '111'
we end up with
111
AAA
instead of
111 AAA
any ideas on where this extra newline is coming from and how i can prevent its addition greatly appreciated...
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
