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 68e97af

Browse filesBrowse files
committed
minor #15545 [Form] Remove useless quotes for render_rest attribute (welcoMattic)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Form] Remove useless quotes for `render_rest` attribute Quotes are useless here, it's clearer without Commits ------- 64b2d45 Remove useless quotes for `render_rest` attribute
2 parents 1ed8250 + 64b2d45 commit 68e97af
Copy full SHA for 68e97af

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

‎form/form_customization.rst

Copy file name to clipboardExpand all lines: form/form_customization.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ article) unless you set ``render_rest`` to false:
204204
.. code-block:: twig
205205
206206
{# don't render unrendered fields #}
207-
{{ form_end(form, {'render_rest': false}) }}
207+
{{ form_end(form, {render_rest: false}) }}
208208
209209
.. _reference-forms-twig-label:
210210

0 commit comments

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