코드 정리

This commit is contained in:
gnuboard
2013-09-11 14:27:56 +09:00
parent 3cf99851ee
commit 57a962db3d
15 changed files with 15 additions and 43 deletions

View File

@ -57,7 +57,7 @@ include_once(G4_PATH.'/head.sub.php');
</tr>
<tr>
<th scope="row"><label for="iq_question">질문</label></th>
<td><?php echo editor_html('iq_question', $qa['iq_question']); ?></td>
<td><?php echo editor_html('iq_question', get_text($qa['iq_question'])); ?></td>
</tr>
</tbody>
</table>