[www] r219996 - Fix rowspan.

Tanya Lattner tonic at nondot.org
Thu Oct 16 17:20:03 PDT 2014


Author: tbrethou
Date: Thu Oct 16 19:20:02 2014
New Revision: 219996

URL: http://llvm.org/viewvc/llvm-project?rev=219996&view=rev
Log:
Fix rowspan.

Modified:
    www/trunk/devmtg/2014-10/index.html

Modified: www/trunk/devmtg/2014-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2014-10/index.html?rev=219996&r1=219995&r2=219996&view=diff
==============================================================================
--- www/trunk/devmtg/2014-10/index.html (original)
+++ www/trunk/devmtg/2014-10/index.html Thu Oct 16 19:20:02 2014
@@ -161,7 +161,7 @@ Please sign up for the LLVM Developers'
   <tr><td><b><a href="#talk18">Skip the FFI: Embedding Clang for C Interoperability</a></b><br>Jordan Rose, <i>Apple</i><br>John McCall, <i>Apple</i></td><td>Pine</td></tr>
 <tr><td><a href="#bof7"><b>BOF: LLVM Inliner Improvements</a></b><br>Yin Ma, <i>QuIC</i><br>Ana Pazos, <i>QuIC</i><br>Jiangling Liu, <i>ARM</i></td><td>Cedar</td></tr>
 
-<tr class="alt"><td rowspan=2>3:15 - 4:00</td><td><b><a href="#light">Lightning Talks</a></b></td><td>Oak Fir</td></tr>
+<tr class="alt"><td rowspan=3>3:15 - 4:00</td><td><b><a href="#light">Lightning Talks</a></b></td><td>Oak Fir</td></tr>
   <tr class="alt"><td><b><a href="#talk19">Custom Hardware State-Machines and Datapaths: Using LLVM to Generate FPGA</a></b><br>Alan Baker, <i>Altera Corporation</i></td><td>Pine</td></tr>
 <tr class="alt"><td><b><a href="#bof8">BOF: LTO</a></b><br>Tony Linthicum, <i>QuIC</i>, <br>Dan Palermo, <i>QuIC</i></td><td>Cedar</td></tr>
 





More information about the llvm-commits mailing list