You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ma...@apache.org on 2014/03/20 14:53:59 UTC

svn commit: r1579627 - /flex/site/trunk/content/js/showcase.js

Author: mamsellem
Date: Thu Mar 20 13:53:58 2014
New Revision: 1579627

URL: http://svn.apache.org/r1579627
Log:
showcase

Modified:
    flex/site/trunk/content/js/showcase.js

Modified: flex/site/trunk/content/js/showcase.js
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/js/showcase.js?rev=1579627&r1=1579626&r2=1579627&view=diff
==============================================================================
--- flex/site/trunk/content/js/showcase.js (original)
+++ flex/site/trunk/content/js/showcase.js Thu Mar 20 13:53:58 2014
@@ -88,7 +88,7 @@ function processShowcaseXML(xmlDoc) {
     var item;
 	
 	var titleDiv = document.createElement("div");
-    titleDiv.innerHTML = "<h3>Application list</h3><p>"+items.length+" entries and counting.</p><br/><br/>";
+    titleDiv.innerHTML = "<h3>Apps List</h3><p>"+items.length+" entries and counting.</p>";
     var showcaseContainer = document.getElementById("showcaseContainer");
     showcaseContainer.appendChild(titleDiv);