Skip to content

Commit 3686268

Browse files
committed
[Form] Fixed missing label in button
1 parent 6ae461d commit 3686268

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
<?php if (!$label) { $label = $view['form']->humanize($name); } ?>
2-
<button type="<?php echo isset($type) ? $view->escape($type) : 'button' ?>" <?php echo $view['form']->block($form, 'button_attributes') ?>>
3-
<?php $view->escape($view['translator']->trans($label, array(), $translation_domain)) ?>
4-
</button>
2+
<button type="<?php echo isset($type) ? $view->escape($type) : 'button' ?>" <?php echo $view['form']->block($form, 'button_attributes') ?>><?php echo $view->escape($view['translator']->trans($label, array(), $translation_domain)) ?></button>

0 commit comments

Comments
 (0)