Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0075a9f

Browse files
authored
Merge branch 'master' into imgbot
2 parents 2a94cc2 + 7501831 commit 0075a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/ui_comp_guide/components/ui-htmlcontent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ Template `Vendor/Module/view/adminhtml/templates/template.phtml`:
7272

7373
```php
7474
<?php
75-
/** @var Magento\Backend\Block\Template $block */
75+
/** @var \Magento\Framework\Escaper $escaper */
7676
?>
7777

7878
<div>
79-
<b><?= $block->escapeHtml(__('Custom template.')); ?></b>
79+
<b><?= $escaper->escapeHtml(__('Custom template.')); ?></b>
8080
</div>
8181
```
8282

0 commit comments

Comments
 (0)