Skip to content

Commit

Permalink
회원가입 완료에서 html syntax 오류 수정 10396
Browse files Browse the repository at this point in the history
  • Loading branch information
minsupkr committed May 6, 2020
1 parent b069485 commit 812dbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile/skin/member/basic/register_result.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>

<div class="btn_confirm">
<a href="<?php echo G5_URL ?>/"">메인으로</a>
<a href="<?php echo G5_URL ?>/">메인으로</a>
</div>

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>

<div class="btn_confirm">
<a href="<?php echo G5_URL ?>/"">메인으로</a>
<a href="<?php echo G5_URL ?>/">메인으로</a>
</div>

</div>

0 comments on commit 812dbc7

Please sign in to comment.