r341110 - [cxx_status] Use the correct color for a feature in "SVN" status
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 30 13:15:28 PDT 2018
Author: rsmith
Date: Thu Aug 30 13:15:28 2018
New Revision: 341110
URL: http://llvm.org/viewvc/llvm-project?rev=341110&view=rev
Log:
[cxx_status] Use the correct color for a feature in "SVN" status
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=341110&r1=341109&r2=341110&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Aug 30 13:15:28 2018
@@ -755,7 +755,7 @@ version 3.7.
<tr>
<!-- from Jacksonville 2018 -->
<td><a href="http://wg21.link/p0961r1">P0961R1</a> (<a href="#dr">DR</a>)</td>
- <td class="none" align="center">SVN</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<!-- from Jacksonville 2018 -->
More information about the cfe-commits
mailing list