Skip to content

Commit

Permalink
Remove extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jan 4, 2016
1 parent 1498886 commit 256da43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -1723,7 +1723,7 @@ public function submit($caption = null, array $options = [])
$caption = __d('cake', 'Submit');
}
$options += [
'type' => 'submit',
'type' => 'submit',
'secure' => false,
'templateVars' => []
];
Expand Down

0 comments on commit 256da43

Please sign in to comment.