Duplicate attribute type button

Duplicate attribute type="button"
This commit is contained in:
condor 2015-12-02 11:46:07 +06:00
parent 1ee281b3b9
commit c174dc7b63

View file

@ -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>