File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
view/adminhtml/templates/system/config/event Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ $eventsExtra = [
4343<div>
4444 <ul>
4545 <li>
46- <?= $ escaper -> escapeHtml ( implode ('</li><li> ' , $ events), [ ' li ' ] ) ?>
46+ <?= implode ('</li><li> ' , $ events ) ?>
4747 </li>
4848 </ul>
4949 <p <?php if (!$ block ->isPlusEnabled ()) { ?> style="color: #eb5202"<?php } ?> >
@@ -57,7 +57,7 @@ $eventsExtra = [
5757 <div <?php if (!$ block ->isPlusEnabled ()) { ?> style="opacity: 0.7; color: #eb5202"<?php } ?> >
5858 <ul>
5959 <li>
60- <?= $ escaper -> escapeHtml ( implode ('</li><li> ' , $ eventsPlus), [ ' li ' ] ) ?>
60+ <?= implode ('</li><li> ' , $ eventsPlus ) ?>
6161 </li>
6262 </ul>
6363 </div>
@@ -72,7 +72,7 @@ $eventsExtra = [
7272 <div <?php if (!$ block ->isExtraEnabled ()) { ?> style="opacity: 0.7; color: #eb5202"<?php } ?> >
7373 <ul>
7474 <li>
75- <?= $ escaper -> escapeHtml ( implode ('</li><li> ' , $ eventsExtra), [ ' li ' ] ) ?>
75+ <?= implode ('</li><li> ' , $ eventsExtra ) ?>
7676 </li>
7777 </ul>
7878 </div>
You can’t perform that action at this time.
0 commit comments