チェンジセット 57: trunk/install/php/StarlightBreaker
- コミット日時:
- 2007/06/06 17:15:09 (17 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/install/php/StarlightBreaker /sb-edit.php
r56 r57 120 120 $subject = getform(subject); 121 121 $maintext = getform(textarea); 122 //$replaced = preg_replace ('/\n/', '$1<br />',$maintext ) ; 123 $maintext = mbereg_replace("\n","<br />\n", $maintext); 122 //$maintext = mbereg_replace("\n","<br />\n", $maintext); 124 123 $rate = getform(rank4); 125 124 … … 151 150 $subject = $ratechara . $subject; 152 151 153 print "". htmlspecialchars(stripslashes( $subject)) ." <br />\n";152 print "". htmlspecialchars(stripslashes( $subject)) ."\n"; 154 153 print "". stripslashes( $maintext) ."<br />\n"; 155 154 print "<br />\n";