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<br />',$maintext ) ; -$maintext = mbereg_replace("\n","<br />\n", $maintext); +//$maintext = mbereg_replace("\n","<br />\n", $maintext); $rate = getform(rank4); @@ -151,5 +150,5 @@ $subject = $ratechara . $subject; -print "". htmlspecialchars(stripslashes( $subject)) ."<br />\n"; +print "". htmlspecialchars(stripslashes( $subject)) ."\n"; print "". stripslashes( $maintext) ."<br />\n"; print "<br />\n";