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

@ -9,7 +9,7 @@
<div class="controls">
<input type="text" name="name">
<span class="help-inline">
<i class="icon-question-sign" title="The name for this quality profile"></i>
<i class="icon-question-sign" title="The name for this quality profile"/>
</span>
</div>
</div>
@ -22,7 +22,7 @@
{{/each}}
</select>
<span class="help-inline">
<i class="icon-question-sign" title="Once this quality is reached NzbDrone will no longer download episodes"></i>
<i class="icon-question-sign" title="Once this quality is reached NzbDrone will no longer download episodes"/>
</span>
</div>
</div>

View file

@ -6,6 +6,6 @@
</td>
<td name="cutoff.name"></td>
<td>
<i class="icon-cog x-edit" title="Edit Series"></i>
<i class="icon-cog x-edit" title="Edit Series"/>
| Delete
</td>