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

Commit 0d885d0

Browse files
author
DashukVolodymyr
committed
magento/devdocs#: Fixes after CR
1 parent 500070b commit 0d885d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/javascript-dev-guide/widgets/widget_modal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ The following example shows a PHTML file using the script:
394394

395395
<div id="modal">
396396
<div class="modal-body-content">
397-
<h2><?= $block->escapeHtml(__('Title')) ?></h2>
398-
<p><?= $block->escapeHtml(__('Content')) ?></p>
397+
<h2><?= $block->escapeHtml(__('Title')) ?></h2>
398+
<p><?= $block->escapeHtml(__('Content')) ?></p>
399399
</div>
400400
</div>
401401

0 commit comments

Comments
 (0)