Skip to content

Commit e0305ed

Browse files
author
Shawn McCool
committed
Merge pull request #70 from msurguy/patch-1
Put proper HTML apostrophe
2 parents d832d75 + 2e7a4aa commit e0305ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/auth/signupconfirm.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@section('content')
44
<section class="auth">
5-
<h1>We're going to create an account with this information.</h1>
5+
<h1>We&#39;re going to create an account with this information.</h1>
66

77
<div class="user">
88
<img src="{{ $githubUser['avatar_url'] }}"/>
@@ -15,4 +15,4 @@
1515

1616

1717
</section>
18-
@stop
18+
@stop

0 commit comments

Comments
 (0)