self closing icon tag

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

View File

@@ -16,9 +16,9 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Should NzbDrone try to download missing episodes automatically?"></i>
<i class="icon-question-sign" title="Should NzbDrone try to download missing episodes automatically?"/>
<i class="icon-exclamation-sign danger" title="Enabling backlog searching can use a lot of bandwidth and is not
recommended for users with block usenet accounts or bandwidth restrictions."></i>
recommended for users with block usenet accounts or bandwidth restrictions."/>
</span>
</div>
</div>
@@ -38,7 +38,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-question-sign" title="Episodes deleted from disk are automatically ignored in NzbDrone"></i>
<i class="icon-question-sign" title="Episodes deleted from disk are automatically ignored in NzbDrone"/>
</span>
</div>
</div>
@@ -49,9 +49,9 @@
<div class="controls">
<textarea rows="3" name="nzbRestrictions" class="nzb-restrictions"></textarea>
<span class="help-inline">
<i class="icon-question-sign" title="White list or black list nzbs based on these rules<br/>White list: +:LoL<br/>Black list: -:French"></i>
<i class="icon-question-sign" title="White list or black list nzbs based on these rules<br/>White list: +:LoL<br/>Black list: -:French"/>
</span>
<span class="text-area-help">Newline-delimited set of rules in the form of +|-:</span>
</div>
</div>
</fieldset>
</fieldset>