From c99518bb2d8a96fb47930850db36232649088f74 Mon Sep 17 00:00:00 2001 From: pmp-p <mail.peny@free.fr> Date: Thu, 7 Mar 2024 12:47:11 +0100 Subject: [PATCH] test fix https://github.com/pygame-web/pygame-web.github.io/issues/14 --- static/default.tmpl | 3 ++- static/mobile.tmpl | 3 ++- static/noctx.tmpl | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/default.tmpl b/static/default.tmpl index bb67319..0965875 100644 --- a/static/default.tmpl +++ b/static/default.tmpl @@ -393,7 +393,8 @@ height="1px" <iframe id="iframe" class="framed" name="iframe" width="470px" height="90%" allowtransparency="true" -style="z-index: 10; style="background: #FFFFFF;" +style="z-index: 10;" +style="background: #FFFFFF;" frameborder="1" allowfullscreen="true" webkitallowfullscreen="true" diff --git a/static/mobile.tmpl b/static/mobile.tmpl index 4aa506d..38ca0a1 100644 --- a/static/mobile.tmpl +++ b/static/mobile.tmpl @@ -510,7 +510,8 @@ height="512px" width="470px" height="95%" loading="lazy" allowtransparency="true" -style="z-index: 10; style="background: #FFFFFF;" +style="z-index: 10;" +style="background: #FFFFFF;" frameborder="1" allowfullscreen="true" webkitallowfullscreen="true" diff --git a/static/noctx.tmpl b/static/noctx.tmpl index 372185b..8888d52 100644 --- a/static/noctx.tmpl +++ b/static/noctx.tmpl @@ -347,7 +347,8 @@ height="1px" <iframe id="iframe" class="framed" name="iframe" width="470px" height="90%" allowtransparency="true" -style="z-index: 10; style="background: #FFFFFF;" +style="z-index: 10;" +style="background: #FFFFFF;" frameborder="1" allowfullscreen="true" webkitallowfullscreen="true"