사용후기 제목 출력 코드 수정

This commit is contained in:
chicpro
2015-09-18 17:31:52 +09:00
parent 9ead4485c9
commit b8e5f2a790
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ $qstr .= ($qstr ? '&' : '').'sca='.$sca;
<tr>
<th scope="row"><label for="is_subject">제목</label></th>
<td><input type="text" name="is_subject" required class="required frm_input" id="is_subject" size="100"
value='<?php echo conv_subject($is['is_subject'], 120); ?>'></td>
value="<?php echo get_text($is['is_subject']); ?>"></td>
</tr>
<tr>
<th scope="row">내용</th>