소스 검색

Duplicate attribute type button

Duplicate attribute type="button"
condor 9 년 전
부모
커밋
c174dc7b63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index2.html

+ 1 - 1
index2.html

@@ -912,7 +912,7 @@
                     <div class="input-group">
                       <input type="text" name="message" placeholder="Type Message ..." class="form-control">
                           <span class="input-group-btn">
-                            <button type="button" type="button" class="btn btn-warning btn-flat">Send</button>
+                            <button type="button" class="btn btn-warning btn-flat">Send</button>
                           </span>
                     </div>
                   </form>