You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2013/03/12 15:41:04 UTC

svn commit: r854134 - in /websites/staging/rave/trunk/content: ./ downloads.html

Author: buildbot
Date: Tue Mar 12 14:41:04 2013
New Revision: 854134

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/downloads.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 12 14:41:04 2013
@@ -1 +1 @@
-1455552
+1455553

Modified: websites/staging/rave/trunk/content/downloads.html
==============================================================================
--- websites/staging/rave/trunk/content/downloads.html (original)
+++ websites/staging/rave/trunk/content/downloads.html Tue Mar 12 14:41:04 2013
@@ -161,7 +161,7 @@
       var items = data[type];
       if(items && items.releases && items.releases.length > 0) {
          rave.downloads.addUrls(type, items);
-         $("#" + type).html(template(items);   
+         $("#" + type).html(template(items));   
       } else {
          $("#" + type).html("<p>There are no " + type + " releases at this time");
       }