Fix typo in class name for input label (#59)
This commit is contained in:
parent
d3a60b5f71
commit
89500d8f8e
@ -28,7 +28,7 @@
|
||||
</label>
|
||||
</div>
|
||||
<div class="inputContainer">
|
||||
<label class="inputeLabel inputLabelUnfocused" for="AString">A String</label>
|
||||
<label class="inputLabel inputLabelUnfocused" for="AString">A String</label>
|
||||
<input id="AString" name="AString" type="text" is="emby-input" />
|
||||
<div class="fieldDescription">Another Description</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user