From: Jochen H. <hoe...@gm...> - 2007-05-09 08:45:29
|
Hello, 2007/5/8, Rev. Bob <bo...@fe...>: > > Michael M=F6ller <mic...@gm...> wrote: > > > > Results: > > > - Today is Tue May 8 11:33:06 JST 2007. > > > + Today is Tue May 8 11:33:06 JST 2007 > > > + . > > > > Yes, this is not that nice. I guess there is currently no > > possibility to awoid the line break. Probably this is the point > > where we should patch htp. > > That's not always desirable, though. Sometimes you *want* linebreaks like that to be preserved.... Yes, the line break is not from htp, but from the date command. If you want it to be removed, you can use execute=3D"echo -n `date`" or execute=3D"date= | perl -pe chomp" (at least if "echo -n" or perl is supported). I do not think that htp should remove line breaks that external programs produced. Michael answered the other issues accurately, so I do not have to comment o= n them :) Regards, Jochen |