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

@ -68,11 +68,11 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
</tr>
<tr>
<th scope="row"><label for="iq_question">질문</label></th>
<td><?php echo editor_html('iq_question', $iq['iq_question']); ?></td>
<td><?php echo editor_html('iq_question', get_text($iq['iq_question'], 0)); ?></td>
</tr>
<tr>
<th scope="row"><label for="iq_answer">답변</label></th>
<td><?php echo editor_html('iq_answer', $iq['iq_answer']); ?></td>
<td><?php echo editor_html('iq_answer', get_text($iq['iq_answer'], 0)); ?></td>
<!-- <td><textarea name="iq_answer" id="iq_answer" rows="7"><?php echo get_text($iq['iq_answer']); ?></textarea></td> -->
</tr>
</tbody>