Software /
code /
prosody-modules
Changeset
4130:f4a79b081c66
mod_invites_page: Some HTML fixes to please the W3C validator
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 15 Sep 2020 14:35:00 +0100 |
parents | 4129:ca099bd28bf5 |
children | 4131:330b1948bdc0 |
files | mod_invites_page/html/invite.html |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invites_page/html/invite.html Tue Sep 15 14:11:48 2020 +0100 +++ b/mod_invites_page/html/invite.html Tue Sep 15 14:35:00 2020 +0100 @@ -15,7 +15,7 @@ <meta name="theme-color" content="#fbd308"> </head> <body> - <div id="background" class="fixed-top overflow-hidden" aria-role="none presentation"></div> + <div id="background" class="fixed-top overflow-hidden"></div> <div id="form" class="container col-md-10 col-md-offset-1 col-sm-8 col-sm-offset-2 col-lg-10 col-lg-offset-1 mt-2 mt-md-5"> <div class="card rounded-lg shadow"> <h1 class="card-header rounded-lg rounded-lg"> @@ -28,7 +28,7 @@ your camera. <button id="qr-modal-show" class="mt-2 d-block btn btn-info" title="Send this invite to your device" data-toggle="modal" data-target="#qr-modal"> - <img src="{static}/qr-logo.png" class="align-middle h-50 mt-1" style="display:inline" > + <img src="{static}/qr-logo.png" alt="QR code icon" class="align-middle h-50 mt-1" style="display:inline" > Scan with mobile device </button> </div> @@ -115,7 +115,7 @@ <script src="/share/bootstrap4/js/bootstrap.min.js"></script> <script src="{static}/qrcode.min.js"></script> <script src="{static}/platform.min.js"></script> - <script type="text/javascript"> + <script> $(function () { // If QR lib loaded ok, show QR button on desktop devices if(window.QRCode) {