View Single Post
Old April 17th, 2005, 07:27 AM   #9 (permalink)
memobug
Member
Verified Customer
 
Join Date: Jun 2002
Location: Northern California
Posts: 383
It is a new bug but it's not in convert_returns

Quote:
Originally Posted by omegatron
Yes a return is converted to double space line break for paragraphs. The amazing thing is its always been this way. For people that don't like the way it works editing the convert_returns function in pp-inc.php and remove one of the <br /> tags
Hi Chuck

Sorry this is a new bug associated with reviewpost. It does not live in the convert_returns function.

Photopost 4.8.2 -5.02 do not force double space line breaks and they share the identical function
Quote:
function convert_returns( $convert_returns ) {
$convert_returns = str_replace( "\n\r\n", "<br /><br />", $convert_returns);
$convert_returns = str_replace( "\r", "<br />", $convert_returns);

return ($convert_returns);
}
PHOTOPOST 4.8.2 - OK!
See first comment on this tree - no problem - one word per line!

PHOTOPOST 5.0.2 - OK!
See first comment on this game - no problem. One word per line

REVIEWPOST 2.9 vbe - Messed up!
See the product description and the comments - each newline is doublespaced

Regards,

Matt

Last edited by memobug; April 17th, 2005 at 07:30 AM.
memobug is offline   Reply With Quote