Skip to content

Commit 80bb74f

Browse files
authored
Update docs/content_management/rich_text/create_custom_richtext_block.md
1 parent 19024c2 commit 80bb74f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content_management/rich_text/create_custom_richtext_block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In line 28, `my_block` is the same name of the block that you defined in line 3
2929
Line 28 also implements the `PreRender` method.
3030
Lines 41-51 handle the conversion of content into an XML string:
3131

32-
``` php hl_lines="28 41-51"
32+
``` php hl_lines="28 37-47"
3333
[[= include_code('code_samples/back_office/online_editor/src/event/subscriber/RichTextBlockSubscriber.php') =]]
3434
```
3535

0 commit comments

Comments
 (0)