mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #2955 from jasonsturges/attribute-delimiter
Label 'for' attribute value literal have no delimiter.
This commit is contained in:
commit
aae6e5d5f3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
<fieldset class="user-details-bottom">
|
<fieldset class="user-details-bottom">
|
||||||
|
|
||||||
<div class="form-group">
|
<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"}}
|
{{input type="email" value=user.email id="user-email" placeholder="Email Address" autocapitalize="off" autocorrect="off"}}
|
||||||
<p>Used for notifications</p>
|
<p>Used for notifications</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue