[www] r192238 - Fix recent commit by closing '"' and adding <b> tag

Tobias Grosser tobias at grosser.es
Tue Oct 8 14:33:38 PDT 2013


Author: grosser
Date: Tue Oct  8 16:33:37 2013
New Revision: 192238

URL: http://llvm.org/viewvc/llvm-project?rev=192238&view=rev
Log:
Fix recent commit by closing '"' and adding <b> tag

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=192238&r1=192237&r2=192238&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Tue Oct  8 16:33:37 2013
@@ -78,9 +78,9 @@
     a target doesn't have a short sequence of native instructions to implement
     a core IR operation.</p></li>
 
-<li><p>The <a href="http://openmp.llvm.org>OpenMP</a> subproject provides an <a 
-    href="http://openmp.org">OpenMP</a> runtime for use with the OpenMP 
-    implementation in Clang.</p></li>
+<li><p>The <b><a href="http://openmp.llvm.org">OpenMP</a></b> subproject
+    provides an <a href="http://openmp.org">OpenMP</a> runtime for use with the
+    OpenMP implementation in Clang.</p></li>
 
 <li><p>The <b><a href="http://vmkit.llvm.org">vmkit</a></b> project is an
     implementation of the Java and .NET Virtual Machines that is built on LLVM





More information about the llvm-commits mailing list