Skip to content

Commit 2e7a4aa

Browse files
committed
Put proper HTML apostrophe
According to http://stackoverflow.com/questions/419718/html-apostrophe
1 parent 07ec40f commit 2e7a4aa

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)