Skip to content

Commit

Permalink
Add missing quotes in example
Browse files Browse the repository at this point in the history
  • Loading branch information
koehnlein committed Mar 1, 2023
1 parent 981d0c5 commit 47deba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Examples/FrontendForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ prototype(Form.Test:Component.ShipmentForm) < prototype(Neos.Fusion:Component) {
<Neos.Fusion.Form:Input attributes.id="city" field.name="customer[city]"/>
<label for="country">Country</label>
<Neos.Fusion.Form:Select attributes.id=country field.name="shipment[country]">
<Neos.Fusion.Form:Select attributes.id="country" field.name="shipment[country]">
<Neos.Fusion.Form:Select.Option option.value="de">Germany</Neos.Fusion.Form:Select.Option>
<Neos.Fusion.Form:Select.Option option.value="at">Austria</Neos.Fusion.Form:Select.Option>
<Neos.Fusion.Form:Select.Option option.value="ch">Switzerland</Neos.Fusion.Form:Select.Option>
Expand Down

0 comments on commit 47deba1

Please sign in to comment.