Explorar el Código

Duplicate attribute type button

Duplicate attribute type="button"
condor hace 9 años
padre
commit
c174dc7b63
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>