Skip to content

Commit 4ac19b5

Browse files
authored
Update index.rst
1 parent 76e8592 commit 4ac19b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Next we'll add a view template for our login form::
203203
<?= $this->Form->control('email') ?>
204204
<?= $this->Form->control('password') ?>
205205
</fieldset>
206-
<?= $this->Form->button(__('Login')); ?>
206+
<?= $this->Form->button(__('Login')) ?>
207207
<?= $this->Form->end() ?>
208208
</div>
209209

0 commit comments

Comments
 (0)