mirror of
https://github.com/Mibew/mibew.git
synced 2025-07-26 22:56:23 +03:00
Use HTML5 doctype
This commit is contained in:
parent
dc9577ff6a
commit
ae8e19ba1f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user