r191541 - Fix formatting goof.

Richard Smith richard-llvm at metafoo.co.uk
Fri Sep 27 12:12:22 PDT 2013


Author: rsmith
Date: Fri Sep 27 14:12:22 2013
New Revision: 191541

URL: http://llvm.org/viewvc/llvm-project?rev=191541&view=rev
Log:
Fix formatting goof.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=191541&r1=191540&r2=191541&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Sep 27 14:12:22 2013
@@ -471,7 +471,7 @@ available.</p>
     <tr>
       <td><tt>[[deprecated]]</tt> attribute</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3760.html">N3760</a></td>
-      <td class="no" align="center">No</td>
+      <td class="none" align="center">no</td>
     </tr>
     <tr>
       <td>Single quotation mark as digit separator</td>
@@ -481,7 +481,7 @@ available.</p>
     <tr>
       <td>C++ Sized Dellocation</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3778.html">N3778</a></td>
-      <td class="no" align="center">No</td>
+      <td class="none" align="center">No</td>
     </tr>
 </table>
 





More information about the cfe-commits mailing list