This commit is contained in:
Amberstone 2024-09-22 09:18:09 +09:00
parent 259d167078
commit 5da8489e9a
Signed by: amber
GPG key ID: 094B0E55F98D8BF1

View file

@ -196,7 +196,7 @@ add_javascript(G5_POSTCODE_JS, 0); //다음 주소 js
</tr>
<tr>
<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>
<?php if ($w == 'u') { ?>