Skip to content

Commit c57a239

Browse files
committed
fix phpsniffer errors
1 parent 6fd83d0 commit c57a239

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

view/adminhtml/templates/cms/images.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
?>
66
<script type="text/x-magento-init">
77
{"*": {
8-
"updateCmsImages": { "ajaxUrl": "<?= $block->getUrl('cloudinary/ajax/updateadminimage') ?>" }
8+
"updateCmsImages": { "ajaxUrl": "<?= /* @noEscape */ $block->getUrl('cloudinary/ajax/updateadminimage') ?>" }
99
}}
1010

1111
</script>

view/adminhtml/web/template/product/free_transform.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</thead>
2222

2323
<tbody each="data: elems, as: 'element'" render="" afterRender="afterRender" />
24+
</tbody>
2425
</table>
2526
</div>
2627

@@ -39,4 +40,4 @@
3940
</p>
4041
<p>
4142
Only images are listed - transforms to videos are not yet possible using the Magento module.
42-
</p>
43+
</p>

0 commit comments

Comments
 (0)