사용자: 게시판(board.php)에 접속 시 하단에 /n/n 출력되는 것 수정

This commit is contained in:
whitedot
2012-12-28 17:55:51 +09:00
parent 24fd192598
commit f2a3d30ebb

View File

@ -194,7 +194,7 @@ if ($member['mb_level'] >= $board['bo_list_level'] && $board['bo_use_list_view']
include_once('./board_tail.php');
echo "\\n<!-- 사용스킨 : {$board['bo_skin']} -->\\n";
echo "\n<!-- 사용스킨 : {$board['bo_skin']} -->\n";
include_once($g4['path'].'/tail.sub.php');
?>