This commit is contained in:
Saifeddine ALOUI 2024-02-06 00:01:57 +01:00
parent 152687337c
commit 51a96542cf

View File

@ -34,7 +34,7 @@ def build_javascript_output(code, ifram_name="unnamed"):
code, code,
'</script>', '</script>',
'<div style=\'text-align: center;\'>', '<div style=\'text-align: center;\'>',
'</div>,', '</div>',
'" style="width: 100%; height: 600px; border: none;"></iframe>', '" style="width: 100%; height: 600px; border: none;"></iframe>',
'</div>' '</div>'
] ]