mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #2955 from jasonsturges/attribute-delimiter
Label 'for' attribute value literal have no delimiter.
This commit is contained in:
commit
7503c20e74
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
<fieldset class="user-details-bottom">
|
||||
|
||||
<div class="form-group">
|
||||
<label for"user-email">Email</label>
|
||||
<label for="user-email">Email</label>
|
||||
{{input type="email" value=user.email id="user-email" placeholder="Email Address" autocapitalize="off" autocorrect="off"}}
|
||||
<p>Used for notifications</p>
|
||||
</div>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<fieldset class="user-details-bottom">
|
||||
|
||||
<div class="form-group">
|
||||
<label for"user-email">Email</label>
|
||||
<label for="user-email">Email</label>
|
||||
<input type="email" value="{{email}}" id="user-email" placeholder="Email Address" autocapitalize="off" autocorrect="off" />
|
||||
<p>Used for notifications</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue