회원가입 완료에서 html syntax 오류 수정 10396

This commit is contained in:
minsupkr
2020-05-06 11:58:54 +09:00
parent b069485c53
commit 812dbc78e0
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
</div>
<div class="btn_confirm">
<a href="<?php echo G5_URL ?>/"">메인으로</a>
<a href="<?php echo G5_URL ?>/">메인으로</a>
</div>
</div>