[llvm-commits] [llvm] r68440 - /llvm/trunk/docs/DeveloperPolicy.html
Bill Wendling
isanbard at gmail.com
Sun Apr 5 05:38:50 PDT 2009
Author: void
Date: Sun Apr 5 07:38:44 2009
New Revision: 68440
URL: http://llvm.org/viewvc/llvm-project?rev=68440&view=rev
Log:
Add character encoding declaration to fix verification warning.
Modified:
llvm/trunk/docs/DeveloperPolicy.html
Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=68440&r1=68439&r2=68440&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Sun Apr 5 07:38:44 2009
@@ -2,6 +2,7 @@
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM Developer Policy</title>
<link rel="stylesheet" href="llvm.css" type="text/css">
</head>
More information about the llvm-commits
mailing list