Skip to content

Commit 56f3974

Browse files
committed
minor #1252 Fixed another typo in Live Components code block (rrenteria-dev)
This PR was merged into the 2.x branch. Discussion ---------- Fixed another typo in Live Components code block Missing }} after form_start | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | | License | MIT Commits ------- 044f82596b Fixed another typo in Live Components code block
2 parents 1fbec62 + cce290d commit 56f3974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ Inline rendering:
19151915

19161916
<div {{ attributes }}>
19171917
{{ form_start(form) }}
1918-
{{ form_row(form.title)
1918+
{{ form_row(form.title) }}
19191919

19201920
<h3>Comments:</h3>
19211921
{% for key, commentForm in form.comments %}

0 commit comments

Comments
 (0)