Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit d80a46b

Browse files
committed
Fixed typo of div attribute
1 parent 2c319c5 commit d80a46b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/modules/users/views/authentication/signin.client.view.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="col-md-12 text-center">Or with your account</h3>
3333
<button type="submit" class="btn btn-primary">Sign in</button>&nbsp; or&nbsp;
3434
<a href="/#!/signup">Sign up</a>
3535
</div>
36-
<div class "forgot-password">
36+
<div class="forgot-password">
3737
<a href="/#!/password/forgot">Forgot your password?</a>
3838
</div>
3939
<div data-ng-show="error" class="text-center text-danger">
@@ -42,4 +42,4 @@ <h3 class="col-md-12 text-center">Or with your account</h3>
4242
</fieldset>
4343
</form>
4444
</div>
45-
</section>
45+
</section>

0 commit comments

Comments
 (0)