Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aff00bf

Browse filesBrowse files
committed
minor #9712 Fix correct extension in comment of example (lex111)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9712). Discussion ---------- Fix correct extension in comment of example Because this is a PHP template (`html+php`), then the extension should be PHP. Commits ------- d005898 Fix correct extension in comment of example
2 parents a4796b8 + d005898 commit aff00bf
Copy full SHA for aff00bf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎controller/upload_file.rst

Copy file name to clipboardExpand all lines: controller/upload_file.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ to :doc:`customize form rendering </form/form_customization>`):
102102

103103
.. code-block:: html+php
104104

105-
<!-- app/Resources/views/product/new.html.twig -->
105+
<!-- app/Resources/views/product/new.html.php -->
106106
<h1>Adding a new product</h1>
107107

108108
<?php echo $view['form']->start($form) ?>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.