File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Backend/view/adminhtml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
<block class =" Magento\Backend\Block\Page\Footer" name =" version" as =" version" />
63
63
<block class =" Magento\Framework\View\Element\Template" name =" privacyPolicy" as =" privacyPolicy" template =" Magento_Backend::page/privacyPolicy.phtml" >
64
64
<arguments >
65
- <argument name =" privacyPolicy_url " xsi : type =" string" >https://magento.com/sites/default/files/REVISED-MAGENTO-PRIVACY-POLICY.pdf</argument >
65
+ <argument name =" privacypolicy_url " xsi : type =" string" >https://magento.com/sites/default/files/REVISED-MAGENTO-PRIVACY-POLICY.pdf</argument >
66
66
</arguments >
67
67
</block >
68
68
<block class =" Magento\Framework\View\Element\Template" name =" report" as =" report" template =" Magento_Backend::page/report.phtml" >
Original file line number Diff line number Diff line change 8
8
9
9
?>
10
10
11
- <a class="link-report" href="https://magento.com/sites/default/files/REVISED-MAGENTO-PRIVACY-POLICY.pdf " id="footer_privacy" target="_blank">
11
+ <a class="link-report" href="<?= $ block -> escapeUrl ( $ block -> getPrivacypolicyUrl ()) ?> " id="footer_privacy" target="_blank">
12
12
<?= /* @escapeNotVerified */ __ ('Privacy Policy | ' ) ?>
13
13
</a>
You can’t perform that action at this time.
0 commit comments