[www] r341920 - [FIX] Use charset not encoding to denote utf-8
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 03:28:02 PDT 2018
Author: jdoerfert
Date: Tue Sep 11 03:28:02 2018
New Revision: 341920
URL: http://llvm.org/viewvc/llvm-project?rev=341920&view=rev
Log:
[FIX] Use charset not encoding to denote utf-8
Modified:
www/trunk/header.incl
Modified: www/trunk/header.incl
URL: http://llvm.org/viewvc/llvm-project/www/trunk/header.incl?rev=341920&r1=341919&r2=341920&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Tue Sep 11 03:28:02 2018
@@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta encoding="utf8">
+ <meta charset="utf-8">
<title>The LLVM Compiler Infrastructure Project</title>
<link rel="stylesheet" href="/llvm.css" type="text/css">
</head>
More information about the llvm-commits
mailing list