diff --git a/ressources/views/quotes/show.blade.php b/ressources/views/quotes/show.blade.php index b5dabae1..d6ebbf3c 100644 --- a/ressources/views/quotes/show.blade.php +++ b/ressources/views/quotes/show.blade.php @@ -33,7 +33,7 @@ @include('comments.addComment', compact("quote")) @else - @include('quotes.partials.signInCall'); + @include('quotes.partials.signInCall') @endif @stop