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

@ -8,7 +8,7 @@
<div class="controls">
<input type="text" placeholder="8989" name="port"/>
<span>
<i class="icon-exclamation-sign danger" title="Requires restart to take effect"></i>
<i class="icon-exclamation-sign danger" title="Requires restart to take effect"/>
</span>
</div>
@ -30,7 +30,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Open a web browser and navigate to NzbDrone homepage on app start. Has no effect if installed as a windows service"></i>
<i class="icon-question-sign" title="Open a web browser and navigate to NzbDrone homepage on app start. Has no effect if installed as a windows service"/>
</span>
</div>
</div>
@ -67,4 +67,4 @@
</fieldset>
</div>
</div>