We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e8592 commit 4ac19b5Copy full SHA for 4ac19b5
docs/en/index.rst
@@ -203,7 +203,7 @@ Next we'll add a view template for our login form::
203
<?= $this->Form->control('email') ?>
204
<?= $this->Form->control('password') ?>
205
</fieldset>
206
- <?= $this->Form->button(__('Login')); ?>
+ <?= $this->Form->button(__('Login')) ?>
207
<?= $this->Form->end() ?>
208
</div>
209
0 commit comments