[www] r358563 - Fix double quotes.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 00:57:57 PDT 2019


Author: aadg
Date: Wed Apr 17 00:57:57 2019
New Revision: 358563

URL: http://llvm.org/viewvc/llvm-project?rev=358563&view=rev
Log:
Fix double quotes.

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=358563&r1=358562&r2=358563&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Wed Apr 17 00:57:57 2019
@@ -26,7 +26,7 @@
    as well as being widely used in <a href="pubs/">academic research</a>.  Code
    in the LLVM project is licensed under the
    <a href="docs/DeveloperPolicy.html#new-llvm-project-license-framework">
-   “Apache 2.0 License with LLVM exceptions”</a>
+   "Apache 2.0 License with LLVM exceptions"</a>
    </p>
 
 <p>The primary sub-projects of LLVM are:</p>




More information about the llvm-commits mailing list