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 6ae461d commit 3686268Copy full SHA for 3686268
Resources/views/Form/button_widget.html.php
@@ -1,4 +1,2 @@
1
<?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>
+<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