8000 [Form] Added a missing php opening tag · symfony/symfony-docs@62f54a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62f54a8

Browse files
[Form] Added a missing php opening tag
1 parent e14e194 commit 62f54a8

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)
0