Skip to content
Snippets Groups Projects
Commit 4efb0d70 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

HTML conformity: fix error 'A document must not include both a meta element...

HTML conformity: fix error 'A document must not include both a meta element with an http-equiv attribute whose value is content-type, and a meta element with a charset attribute.'
parent fa1ca99a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
<html lang="[% l10n.language_tag() %]">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta charset="utf-8"/>
......
<!doctype html>
<html lang="[% l10n.language_tag() %]">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta charset="utf-8">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment