Use HTML5 doctype

This commit is contained in:
techboyg5 2020-08-17 12:20:35 -05:00 committed by GitHub
parent dc9577ff6a
commit ae8e19ba1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"{{#if rtl}} dir="rtl"{{/if}}>
<!DOCTYPE html>
<html {{#if rtl}} dir="rtl"{{/if}}>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<link rel="shortcut icon" href="{{asset "@CurrentStyle/images/favicon.ico"}}" type="image/x-icon"/>
<title>
{{title}} - {{l10n "Mibew Messenger"}}
@ -81,4 +81,4 @@
<p id="legal"><a href="https://mibew.org/" target="_blank" class="footer-link">Mibew Messenger</a> {{mibewVersion}} | (c) 2011-2020 mibew.org</p>
</div>
</body>
</html>
</html>