[Scummvm-git-logs] scummvm-web master -> c22948ac3c416c87bd5559d66cc9d6a0c8fed234
lotharsm
noreply at scummvm.org
Thu Feb 16 09:58:34 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
c22948ac3c WEB: <footer> has to be within <body>
Commit: c22948ac3c416c87bd5559d66cc9d6a0c8fed234
https://github.com/scummvm/scummvm-web/commit/c22948ac3c416c87bd5559d66cc9d6a0c8fed234
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-02-16T10:58:02+01:00
Commit Message:
WEB: <footer> has to be within <body>
Changed paths:
templates/pages/index.tpl
diff --git a/templates/pages/index.tpl b/templates/pages/index.tpl
index 938faf60..18015217 100644
--- a/templates/pages/index.tpl
+++ b/templates/pages/index.tpl
@@ -128,13 +128,13 @@
}
})
</script>
-</body>
-<footer>
+ <footer>
- <!-- Mastodon verification -->
- <a rel="me" href="https://corteximplant.com/@scummvm"></a>
+ <!-- Mastodon verification -->
+ <a rel="me" href="https://corteximplant.com/@scummvm"></a>
-</footer>
+ </footer>
+</body>
</html>
More information about the Scummvm-git-logs
mailing list