Skip to content

Commit 65898f6

Browse files
committed
minor #9532 Update rendering.rst (atailouloute)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9532). Discussion ---------- Update rendering.rst Commits ------- 6be8a00 Update rendering.rst
2 parents 7249580 + 6be8a00 commit 65898f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/rendering.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ of code. Of course, you'll usually need much more flexibility when rendering:
2121

2222
.. code-block:: html+php
2323

24-
<!-- app/Resources/views/default/newAction.html.php -->
24+
<!-- app/Resources/views/default/new.html.php -->
2525
<?php echo $view['form']->start($form) ?>
2626
<?php echo $view['form']->errors($form) ?>
2727

0 commit comments

Comments
 (0)