[www] r250612 - Fix a repeated anchor tag. Fix some inconsistencies between table of contents and content.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 17 08:49:29 PDT 2015


Author: ctopper
Date: Sat Oct 17 10:49:28 2015
New Revision: 250612

URL: http://llvm.org/viewvc/llvm-project?rev=250612&view=rev
Log:
Fix a repeated anchor tag. Fix some inconsistencies between table of contents and content.

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=250612&r1=250611&r2=250612&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Sat Oct 17 10:49:28 2015
@@ -4,8 +4,14 @@
 
 <ul>
   <li><a href="#what">What is this?</a></li>
-  <li><a href="#gsoc2015">Google Summer of Code 2015</a></li>
-  <li><a href="#gsoc2014">Google Summer of Code 2014</a></li>
+  <li><a href="#gsoc2015">Google Summer of Code 2015</a>
+  <ol>
+    <li><a href="#copy-paste">Copy-paste detection</a></li>
+  </ol></li>
+  <li><a href="#gsoc2014">Google Summer of Code 2014</a>
+  <ol>
+    <li><a href="#scan-build">Scan-build tracking platform</a></li>
+  </ol></li>
   <li><a href="#subprojects">LLVM Subprojects: Clang and VMKit</a></li>
   <li><a href="#improving">Improving the current system</a>
   <ol>
@@ -71,7 +77,7 @@ LLVM bug tracker</a>. See the <a href="h
 <!-- *********************************************************************** -->
 
 <div class="www_subsubsection">
-  <a name="target-desc">Copy-paste detection</a>
+  <a name="copy-paste">Copy-paste detection</a>
 </div>
 
 <div class="www_text">
@@ -157,7 +163,7 @@ more advanced bug checkers. Some example
 <!-- *********************************************************************** -->
 
 <div class="www_subsubsection">
-  <a name="target-desc">Scan-build tracking platform</a>
+  <a name="scan-build">Scan-build tracking platform</a>
 </div>
 
 <div class="www_text">
@@ -654,7 +660,7 @@ link-time optimizations for code size op
 </div>
 
 <!-- ======================================================================= -->
-<div class="www_sectiontitle">
+<div class="www_subsubsection">
   <a name="codegen">Code Generator Improvements</a>
 </div>
 
@@ -692,7 +698,7 @@ link-time optimizations for code size op
 </div>
 
 <!-- ======================================================================= -->
-<div class="www_sectiontitle">
+<div class="www_subsubsection">
   <a name="misc_new">Miscellaneous Additions</a>
 </div>
 




More information about the llvm-commits mailing list