Skip to content

Commit ff23868

Browse files
committed
[#5819] fix notation in XML configuration
1 parent 4a41252 commit ff23868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ link for details), create a ``gender_widget`` block to handle this:
171171
<!-- app/config/config.xml -->
172172
<twig:config>
173173
<twig:form>
174-
<twig:resource>:form/fields.html.twig</twig:resource>
174+
<twig:resource>form/fields.html.twig</twig:resource>
175175
</twig:form>
176176
</twig:config>
177177

0 commit comments

Comments
 (0)