Hello. In a bluprint i have a page with html code. but when sync the BP the html in the associated courses change, specifically a url
original html (blueprint):
<div style="padding: 10px 12px 14px 54px; background: linear-gradient(180deg, rgba(26,188,156,0.03), transparent); border-radius: 0 0 6px 6px; text-align: center;">
<p style="margin: 0 0 10px 0;"><iframe src="
https://view.genially.com/6994d22e0c734be291d6de8f
" width="640" height="480" loading="lazy" allowfullscreen="allowfullscreen" allow="fullscreen"></iframe></p>
</div>
sync html
<div style="padding: 10px 12px 14px 54px; background: linear-gradient(180deg, rgba(26,188,156,0.03), transparent); border-radius: 0 0 6px 6px; text-align: center;">
<p style="margin: 0 0 10px 0;"><iframe src="
https://aulavirtualwiener.instructure.com/courses/880/file_contents/course%20files/https%3A//view.genially.com/6994d22e0c734be291d6de8f
" width="640" height="480" loading="lazy" allowfullscreen="allowfullscreen" allow="fullscreen"></iframe></p>
</div>
the sync html add de course url before the orignal url, so in the page looks like this
any suggestions to resolve it?