patch secure: 97a8352117
This commit is contained in:
parent
259d167078
commit
5da8489e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="mb_memo">메모</label></th>
|
<th scope="row"><label for="mb_memo">메모</label></th>
|
||||||
<td colspan="3"><textarea name="mb_memo" id="mb_memo"><?php echo $mb['mb_memo'] ?></textarea></td>
|
<td colspan="3"><textarea name="mb_memo" id="mb_memo"><?php echo html_purifier($mb['mb_memo']) ?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php if ($w == 'u') { ?>
|
<?php if ($w == 'u') { ?>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue