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

Commit

Permalink
Fixed typo of div attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoN5 committed Aug 30, 2014
1 parent 2c319c5 commit d80a46b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3 class="col-md-12 text-center">Or with your account</h3>
<button type="submit" class="btn btn-primary">Sign in</button>&nbsp; or&nbsp;
<a href="/#!/signup">Sign up</a>
</div>
<div class "forgot-password">
<div class="forgot-password">
<a href="/#!/password/forgot">Forgot your password?</a>
</div>
<div data-ng-show="error" class="text-center text-danger">
Expand All @@ -42,4 +42,4 @@ <h3 class="col-md-12 text-center">Or with your account</h3>
</fieldset>
</form>
</div>
</section>
</section>

0 comments on commit d80a46b

Please sign in to comment.