Skip to content

Commit

Permalink
minor #4825 Fixed the 404 not found error (SofHad)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fixed the 404 not found error

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | no

On this page: http://symfony.com/doc/master/components/templating/helpers/slotshelper.html

Commits
-------

cc7853d Fixed 404 page
  • Loading branch information
wouterj committed Jan 16, 2015
2 parents 91a89b7 + cc7853d commit f34fc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templating/helpers/slotshelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Extending Templates

The :method:`Symfony\\Component\\Templating\\PhpEngine::extend` method is called in the
sub-template to set its parent template. Then
:method:`$view['slots']->set() <Symfony\\Component\\Translation\\Helper\\SlotsHelper::set>`
:method:`$view['slots']->set() <Symfony\\Component\\Templating\\Helper\\SlotsHelper::set>`
can be used to set the content of a slot. All content which is not explicitly
set in a slot is in the ``_content`` slot.

Expand Down

0 comments on commit f34fc2d

Please sign in to comment.