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

svn commit: r1455553 - /rave/site/trunk/content/downloads.mdtext

Author: mfranklin
Date: Tue Mar 12 14:40:58 2013
New Revision: 1455553

URL: http://svn.apache.org/r1455553
Log:
Fixed missing parenthesis

Modified:
    rave/site/trunk/content/downloads.mdtext

Modified: rave/site/trunk/content/downloads.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/downloads.mdtext?rev=1455553&r1=1455552&r2=1455553&view=diff
==============================================================================
--- rave/site/trunk/content/downloads.mdtext (original)
+++ rave/site/trunk/content/downloads.mdtext Tue Mar 12 14:40:58 2013
@@ -93,7 +93,7 @@ All downloads can be verified using the 
       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");
       }