Skip to content

Commit

Permalink
Fixed form template that was generating a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 16, 2014
1 parent 4a4d6e3 commit bdb1d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Bake/Element/form.ctp
Expand Up @@ -50,7 +50,7 @@ $fields = collection($fields)
<div class="<%= $pluralVar %> form large-10 medium-9 columns">
<?= $this->Form->create($<%= $singularVar %>); ?>
<fieldset>
<legend><?= __('<%= Inflector::humanize($action) %> <%= $singularHumanName %>) ?></legend>
<legend><?= __('<%= Inflector::humanize($action) %> <%= $singularHumanName %>') ?></legend>
<?php
<%
foreach ($fields as $field) {
Expand Down

0 comments on commit bdb1d03

Please sign in to comment.