Skip to content

Commit

Permalink
Merge pull request laravel#1107 from haakym/patch-1
Browse files Browse the repository at this point in the history
Defining layout, section is closed with @Stop should be @show
  • Loading branch information
taylorotwell committed Feb 6, 2015
2 parents 08f1c02 + 84875d6 commit a736dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Blade is a simple, yet powerful templating engine provided with Laravel. Unlike
<body>
@section('sidebar')
This is the master sidebar.
@stop
@show

<div class="container">
@yield('content')
Expand Down

0 comments on commit a736dc6

Please sign in to comment.