Wikimedica / mediawiki-extensions-PWA

PWA extension for MediaWiki
GNU General Public License v3.0
2 stars 2 forks source link

Missing /> in meta tag application-name #5

Closed Stonebubble closed 1 year ago

Stonebubble commented 1 year ago

https://github.com/Wikimedica/mediawiki-extensions-PWA/blob/3e9fa459dfb462d78c86151a492b14e582b0837c/PWA.php#L166

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Wikimedica
<meta name="apple-mobile-web-app-title" content="Wikimedica
<!--[if lt IE 9]><script src="/resources/lib/html5shiv/html5shiv.js"></script><![endif]-->
</head>

This is from wikimedi.ca

bitsofmymind commented 1 year ago

Fixed! Thank god for browsers being able to adapt to invalid HTML.