button에 type="button" 지정

This commit is contained in:
2018-11-24 22:38:09 +09:00
parent 2af4c94817
commit 5ceb2ea1c9
16 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ require(__dir__.'/../vendor/autoload.php');
<table class="bg0" id="user_info_table">
<caption class="bg2 section_title with_border">
계 정 관 리
<a href="entrance.php"><button id="btn_back1" class="with_skin">돌아가기</button></a>
<a href="entrance.php"><button type="button" id="btn_back1" class="with_skin">돌아가기</button></a>
</caption>
<colgroup>
<col style="width:90px;min-width:90px;" />