Skip to content

Commit

Permalink
Add rel to the link
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Sep 9, 2024
1 parent c8cccae commit 3773913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
showInWebsite="1" showInStore="1">
<label>API Details</label>
<frontend_model>Mollie\Payment\Block\Adminhtml\Render\Heading</frontend_model>
<comment><![CDATA[You can find your Api Keys in your <a href="https://www.mollie.com/dashboard/" title="Mollie Profiles" target="_blank">Mollie Profile</a>.<br>]]></comment>
<comment><![CDATA[You can find your Api Keys in your <a href="https://www.mollie.com/dashboard/" title="Mollie Profiles" rel="noopener noreferrer" target="_blank">Mollie Profile</a>.<br>]]></comment>
</field>
<field id="type" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1"
showInStore="1">
Expand Down

0 comments on commit 3773913

Please sign in to comment.