self closing icon tag

This commit is contained in:
kay.one 2013-06-18 23:33:16 -07:00
commit 8138ff5eee
23 changed files with 80 additions and 80 deletions

View file

@ -1,9 +1,9 @@
<div class="row">
<div class="input-prepend nz-input-large add-series-search span11">
<i class="add-on icon-search"></i>
<i class="add-on icon-search"/>
<input type="text" class="input-block-level x-series-search" placeholder="Start typing the name of series you want to add ...">
</div>
</div>
<div class="row">
<div id="search-result" class="result-list span12"/>
</div>
</div>