내용관리 관리자 쓰기 페이지 코드 수정

This commit is contained in:
thisgun
2014-10-15 10:20:49 +09:00
parent 541cb5244d
commit acbd99f2ed

View File

@ -67,7 +67,7 @@ include_once (G5_ADMIN_PATH.'/admin.head.php');
</tr>
<tr>
<th scope="row">내용</th>
<td><?php echo editor_html('co_content', $co['co_content']); ?></td>
<td><?php echo editor_html('co_content', get_text($co['co_content'], 0)); ?></td>
</tr>
<tr>
<th scope="row"><label for="co_tag_filter_use">태그 필터링 사용</label></th>