diff --git a/docs/examples.rst b/docs/examples.rst index 81431b9d..8d214643 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -109,10 +109,10 @@ This example uses the `default behaviour configuration `__ us .. code:: php 'imageFile.jpg', 'photo_dir' => '7' - ]; + ]); echo $this->Html->link('../files/example/image/' . $entity->photo_dir . '/' . $entity->photo); ?>