사용자: 게시판스킨 댓글 원문에 줄바꿈 제거

This commit is contained in:
whitedot
2013-01-31 18:10:52 +09:00
parent bb0be3534d
commit e2f226a1e1

View File

@ -38,7 +38,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
<!-- 댓글 출력 -->
<p>
<? if (strstr($list[$i]['wr_option'], "secret")) echo "<img src=\"\" alt=\"비밀글\">";?><br>
<? if (strstr($list[$i]['wr_option'], "secret")) echo "<img src=\"\" alt=\"비밀글\"><br>";?>
<?=$str?>
</p>