[www] r371069 - Fix capitalization and HTML list closure issues

Sven van Haastregt via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 06:50:29 PDT 2019


Author: svenvh
Date: Thu Sep  5 06:50:29 2019
New Revision: 371069

URL: http://llvm.org/viewvc/llvm-project?rev=371069&view=rev
Log:
Fix capitalization and HTML list closure issues

Modified:
    www/trunk/devmtg/2019-10/index.html
    www/trunk/devmtg/2019-10/talk-abstracts.html

Modified: www/trunk/devmtg/2019-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-10/index.html?rev=371069&r1=371068&r2=371069&view=diff
==============================================================================
--- www/trunk/devmtg/2019-10/index.html (original)
+++ www/trunk/devmtg/2019-10/index.html Thu Sep  5 06:50:29 2019
@@ -313,7 +313,7 @@ More details will be coming soon but <a
   <li>
     <a href="talk-abstracts.html#tut8">
     An overview of Clang
-    </a> - Sven Van Haastregt, Anastasia Stulova
+    </a> - Sven van Haastregt, Anastasia Stulova
   </li>
   <li>
     <a href="talk-abstracts.html#tut9">

Modified: www/trunk/devmtg/2019-10/talk-abstracts.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-10/talk-abstracts.html?rev=371069&r1=371068&r2=371069&view=diff
==============================================================================
--- www/trunk/devmtg/2019-10/talk-abstracts.html (original)
+++ www/trunk/devmtg/2019-10/talk-abstracts.html Thu Sep  5 06:50:29 2019
@@ -371,6 +371,7 @@ This tutorial contains
 </li>
 </p>
 </li>
+</ul>
 
   <li>
    <a id="tut2">
@@ -453,7 +454,7 @@ A strong testing infrastructure is criti
    An overview of Clang
    </a>
    <br />
-   <i>Sven Van Haastregt, Anastasia Stulova</i>
+   <i>Sven van Haastregt, Anastasia Stulova</i>
    <p>
    Details coming soon.
    </p>
@@ -536,8 +537,8 @@ This guided panel discussion is a follow
   <li>General infrastructure for loop optimizations </li>
   <li>Organization of loop optimizations in the loop optimization pipeline (e.g., the loop optimization strategy)</li>
   <li>The advantage/necessity of a LoopPass in the NewPassManager</li>
-   </p>
-   </li>
+</ul>
+</p>
 
 </ul>
 




More information about the llvm-commits mailing list