Skip to content

Commit

Permalink
Merge pull request laravel#970 from ArtemFitiskin/patch-1
Browse files Browse the repository at this point in the history
Update templates.md
  • Loading branch information
taylorotwell committed Dec 19, 2014
2 parents 9b79b90 + f71e286 commit 41544ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Note that views which `extend` a Blade layout simply override sections from the

Sometimes, such as when you are not sure if a section has been defined, you may wish to pass a default value to the `@yield` directive. You may pass the default value as the second argument:

@yield('section', 'Default Content');
@yield('section', 'Default Content')

<a name="other-blade-control-structures"></a>
## Other Blade Control Structures
Expand Down Expand Up @@ -161,7 +161,7 @@ To overwrite a section entirely, you may use the `overwrite` statement:

@lang('language.line')

@choice('language.line', 1);
@choice('language.line', 1)

#### Comments

Expand Down

0 comments on commit 41544ec

Please sign in to comment.