Skip to content

Commit 641b4f7

Browse files
committed
Fix code example HTML tag closing
1 parent 99f127e commit 641b4f7

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

1 file changed

+1
-1
lines changed

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Example:
236236
foreach (var variant in variants)
237237
{
238238
<h4>@variant.VariantName</h4>
239-
<p>@variant.Description</h4>
239+
<p>@variant.Description</p>
240240
}
241241
}
242242
```

0 commit comments

Comments
 (0)