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
@@ -21,7 +21,7 @@
   운영자가 처리할 때까지 기다려주세요
</main>
<div class="with_border">
<button style='width:200px;height:2em;font-size:1.2em;' onclick="location.replace('./')"> 눌러주세요</button>
<button type="button" style='width:200px;height:2em;font-size:1.2em;' onclick="location.replace('./')"> 눌러주세요</button>
</div>
<div class="with_border">
<?=$message?>