?> 앞에 공백 한개로 조절

This commit is contained in:
gnuboard
2013-04-30 13:39:13 +09:00
parent 68c465672e
commit 4ed5542a5d
8 changed files with 168 additions and 168 deletions

View File

@ -101,7 +101,7 @@ echo $option_hidden;
<tr> <tr>
<th scope="row"><label for="wr_subject">제목<strong class="sound_only">필수</strong></label></th> <th scope="row"><label for="wr_subject">제목<strong class="sound_only">필수</strong></label></th>
<td><input type="text" name="wr_subject" value="<?php echo $subject ?>" id="wr_subject" required class="frm_input required" size="50"></td> <td><input type="text" name="wr_subject" value="<?php echo $subject ?>" id="wr_subject" required class="frm_input required" size="50" maxlength="255"></td>
</tr> </tr>
<tr> <tr>