Opt-out Iframe incomplete

Hi,

today I had to renew the HTML code for the Opt-out Iframe. So I copied the Iframe code from Administration > Privacy to my website. As result the Iframe became visible, but all other content below became invisible. After some investigation I discovered that in the code the closing tag was missing:

<iframe
        style="border: 0; height: 200px; width: 600px;"
        src="https://piwik.mydomain/index.php?module=CoreAdminHome&action=optOut&language=de&backgroundColor=&fontColor=&fontSize=&fontFamily="
        >

So I added the closing tag:

<iframe
        style="border: 0; height: 200px; width: 600px;"
        src="https://piwik.mydomain/index.php?module=CoreAdminHome&action=optOut&language=de&backgroundColor=&fontColor=&fontSize=&fontFamily="
        >
</iframe>

Then it worked, and all the content below became again visible.

I suppose this is a bug and can be solved easily.

Hi,

Thanks for reporting. This is indeed a bug, has already been fixed and will be released in the next Matomo release: