Updates the doctype to be lowercase

This commit is contained in:
Damien Senger 2019-04-13 12:50:57 +02:00
parent 60350747a5
commit 27543f9024
No known key found for this signature in database
GPG key ID: A718C115E3DFF8B7

View file

@ -1,5 +1,5 @@
{locale path="../i18n" domain="Alltube"} {locale path="../i18n" domain="Alltube"}
<!Doctype HTML> <!doctype html>
<html {if isset($locale)}lang="{$locale->getBcp47()}"{/if}> <html {if isset($locale)}lang="{$locale->getBcp47()}"{/if}>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />