Index: trunk/install/php/StarlightBreaker /sb-edit.php =================================================================== --- trunk/install/php/StarlightBreaker /sb-edit.php (リビジョン 56) +++ trunk/install/php/StarlightBreaker /sb-edit.php (リビジョン 57) @@ -120,6 +120,5 @@ $subject = getform(subject); $maintext = getform(textarea); -//$replaced = preg_replace ('/\n/', '$1
',$maintext ) ; -$maintext = mbereg_replace("\n","
\n", $maintext); +//$maintext = mbereg_replace("\n","
\n", $maintext); $rate = getform(rank4); @@ -151,5 +150,5 @@ $subject = $ratechara . $subject; -print "". htmlspecialchars(stripslashes( $subject)) ."
\n"; +print "". htmlspecialchars(stripslashes( $subject)) ."\n"; print "". stripslashes( $maintext) ."
\n"; print "
\n";