Merge pull request #822 from condor-bird/patch-5

Duplicate attribute type button
This commit is contained in:
Abdullah Almsaeed 2016-01-16 11:22:47 -05:00
commit f741eec73c

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>