Skip to content

Commit 044f825

Browse files
Fixed another typo in Live Components code block
Missing }} after form_start
1 parent 633b02d commit 044f825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/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)