0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Label 'for' attribute value literal have no delimiter.

Closes #2954
This commit is contained in:
Jason Sturges 2014-06-13 23:32:13 -05:00
parent f73f6125eb
commit 93ae69b1d0
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>