mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
self closing icon tag
This commit is contained in:
parent
6bb2f14153
commit
8138ff5eee
23 changed files with 80 additions and 80 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue