Skip to content

Commit 0be81f4

Browse files
committed
minor #6094 [Form] Added a missing php opening tag (dev-symfony-void)
This PR was merged into the 2.3 branch. Discussion ---------- [Form] Added a missing php opening tag Commits ------- 62f54a8 [Form] Added a missing php opening tag
2 parents e14e194 + 62f54a8 commit 0be81f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ customize the ``name`` field only:
682682

683683
<!-- app/Resources/views/Form/_product_name_widget.html.php -->
684684
<div class="text_widget">
685-
echo $view['form']->block('form_widget_simple') ?>
685+
<?php echo $view['form']->block('form_widget_simple') ?>
686686
</div>
687687

688688
Here, the ``_product_name_widget`` fragment defines the template to use for the

0 commit comments

Comments
 (0)