Skip to content

Commit bccfc72

Browse files
committed
Add missing div to exp:channel:field example
1 parent ec67406 commit bccfc72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/channels/fields.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
`{exp:channel:field}` tag allows displaying properties of [channel field](control-panel/field-manager/edit-field.md) irrespective of the context.
1717

1818
{exp:channel:field field_name="department"}
19-
<p>Choose <b>{field_label}</b>:</p>
19+
<div>
20+
<p>Choose <b>{field_label}</b>:</p>
2021
{field_options}
2122
<p><span class="value">{value}</span>: <span class="label">{label}</span></p>
2223
{/field_options}

0 commit comments

Comments
 (0)