\\n <br> 변환 코드 추가

This commit is contained in:
chicpro
2013-01-18 16:21:24 +09:00
parent 2214ca4b0b
commit 4277b37812

View File

@ -18,7 +18,7 @@ if(confirm("<? echo $memo_msg; ?>")) {
</hgroup>
</header>
<p>
<? echo $memo_msg; ?>
<? echo str_replace("\\n", "<br>", $memo_msg); ?>
</p>
<a href="<? echo $g4['bbs_path']; ?>/memo.php" target="_blank">확인</a>