From 2e7a4aae9621b2f561ab320ff4edeba28f8b033d Mon Sep 17 00:00:00 2001 From: Maksim Surguy Date: Mon, 4 Nov 2013 15:24:03 -0800 Subject: [PATCH] Put proper HTML apostrophe According to http://stackoverflow.com/questions/419718/html-apostrophe --- app/views/auth/signupconfirm.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/auth/signupconfirm.blade.php b/app/views/auth/signupconfirm.blade.php index c793265a2..4738d8c2c 100755 --- a/app/views/auth/signupconfirm.blade.php +++ b/app/views/auth/signupconfirm.blade.php @@ -2,7 +2,7 @@ @section('content')
-

We're going to create an account with this information.

+

We're going to create an account with this information.

@@ -15,4 +15,4 @@
-@stop \ No newline at end of file +@stop