오타수정
This commit is contained in:
@ -66,7 +66,7 @@ include_once(G4_PATH.'/head.sub.php');
|
|||||||
<td>
|
<td>
|
||||||
<input type="hidden" name="<?php echo $el_name; ?>[]" value="<?php echo $el_title; ?>">
|
<input type="hidden" name="<?php echo $el_name; ?>[]" value="<?php echo $el_title; ?>">
|
||||||
<?php if ($el_example != "") echo help($el_example); ?>
|
<?php if ($el_example != "") echo help($el_example); ?>
|
||||||
<input type="text" name="<?php echo $el_name; ?>[]" value="<?php echo $el_value; ?>" id="<?php ehco $el_name.$i; ?>" required class="frm_input required" />
|
<input type="text" name="<?php echo $el_name; ?>[]" value="<?php echo $el_value; ?>" id="<?php echo $el_name.$i; ?>" required class="frm_input required" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user