[www-releases] r208548 - Fix typo in addReleases() javascript function

Tom Stellard thomas.stellard at amd.com
Mon May 12 06:02:37 PDT 2014


Author: tstellar
Date: Mon May 12 08:02:37 2014
New Revision: 208548

URL: http://llvm.org/viewvc/llvm-project?rev=208548&view=rev
Log:
Fix typo in addReleases() javascript function

Modified:
    www-releases/trunk/index.html

Modified: www-releases/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/index.html?rev=208548&r1=208547&r2=208548&view=diff
==============================================================================
--- www-releases/trunk/index.html (original)
+++ www-releases/trunk/index.html Mon May 12 08:02:37 2014
@@ -62,7 +62,7 @@ source download and online.</p>
 <script type="text/javascript">
 function addReleases() {
   var RELEASES = [
-    ['07 May 2014', '3.4.1],
+    ['07 May 2014', '3.4.1'],
     ['02 Jan 2014', '3.4'],
     ['17 Jun 2013', '3.3'],
     ['20 Dec 2012', '3.2'],





More information about the llvm-commits mailing list