Skip to content

Commit

Permalink
Remove a semicolon in a view. Fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed Dec 29, 2014
1 parent 4fed51c commit f15427a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ressources/views/quotes/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@include('comments.addComment', compact("quote"))
<!-- Call to sign in / sign up -->
@else
@include('quotes.partials.signInCall');
@include('quotes.partials.signInCall')
@endif
@stop

Expand Down

0 comments on commit f15427a

Please sign in to comment.