quote:
Originally posted by MeEtc
I'm not sure how the information is sent or stored in Web2Live, but I have fixed this in YASS withcode:
foreach($_POST as $key => $val)
$_POST[$key] = str_replace('%0D', '', $val);
where all the data sent is URLencoded, %0D represents a line break. I replace it with an empty string.
Had a similar problem with the + character. It was being displayed as a space instead of the literal + character.
thanks, i will work on this now
also, can you not make a new thread... just post in the Web2Live thread
UPDATE: the bug has been fixed now, as you can tell your signature is working fine