File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Reports/view/adminhtml/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $numColumns = sizeof($block->getColumns());
31
31
type="text"
32
32
id="<?= /* @escapeNotVerified */ $ block ->getSuffixId ('period_date_from ' ) ?> "
33
33
name="report_from"
34
- value="<?= /* @escapeNotVerified */ $ block ->getFilter ('report_from ' ) ?> ">
34
+ value="<?= $ block ->escapeHtml ( $ block -> getFilter ('report_from ' ) ) ?> ">
35
35
<span id="<?= /* @escapeNotVerified */ $ block ->getSuffixId ('period_date_from_advice ' ) ?> "></span>
36
36
</span>
37
37
@@ -44,7 +44,7 @@ $numColumns = sizeof($block->getColumns());
44
44
type="text"
45
45
id="<?= /* @escapeNotVerified */ $ block ->getSuffixId ('period_date_to ' ) ?> "
46
46
name="report_to"
47
- value="<?= /* @escapeNotVerified */ $ block ->getFilter ('report_to ' ) ?> "/>
47
+ value="<?= $ block ->escapeHtml ( $ block -> getFilter ('report_to ' ) ) ?> "/>
48
48
<span id="<?= /* @escapeNotVerified */ $ block ->getSuffixId ('period_date_to_advice ' ) ?> "></span>
49
49
</span>
50
50
You can’t perform that action at this time.
0 commit comments