Browse Source

Added missing div closing tag

W3 validator reported open element. This change fixed it.
pull/53/head
Filip Krstic 8 years ago
parent
commit
1689c65c29
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      src/index.html

+ 8
- 8
src/index.html View File

@ -1073,14 +1073,14 @@
</div>
</div>
</div>
</div>
<!-- Chat Send -->
<div class="p-20 bdT bgc-white">
<div class="pos-r">
<input type="text" class="form-control bdrs-10em m-0" placeholder="Say something...">
<button type="button" class="btn btn-primary bdrs-50p w-2r p-0 h-2r pos-a r-1 t-1">
<i class="fa fa-paper-plane-o"></i>
</button>
<!-- Chat Send -->
<div class="p-20 bdT bgc-white">
<div class="pos-r">
<input type="text" class="form-control bdrs-10em m-0" placeholder="Say something...">
<button type="button" class="btn btn-primary bdrs-50p w-2r p-0 h-2r pos-a r-1 t-1">
<i class="fa fa-paper-plane-o"></i>
</button>
</div>
</div>
</div>
</div>


Loading…
Cancel
Save