DHTML 에디터 관련 코드 수정

This commit is contained in:
chicpro
2014-10-20 11:04:50 +09:00
parent f74d1ce240
commit a55796904d
24 changed files with 50 additions and 50 deletions

View File

@ -296,13 +296,13 @@ include_once (G5_ADMIN_PATH.'/admin.head.php');
<tr>
<th scope="row">상단내용</th>
<td>
<?php echo editor_html('ev_head_html', $ev['ev_head_html']); ?>
<?php echo editor_html('ev_head_html', get_text($ev['ev_head_html'], 0)); ?>
</td>
</tr>
<tr>
<th scope="row">하단내용</th>
<td>
<?php echo editor_html('ev_tail_html', $ev['ev_tail_html']); ?>
<?php echo editor_html('ev_tail_html', get_text($ev['ev_tail_html'], 0)); ?>
</td>
</tr>
</tbody>