*** empty log message ***
diff --git a/downloads/buildIndex.php b/downloads/buildIndex.php
index 186cb76..e21f9d8 100755
--- a/downloads/buildIndex.php
+++ b/downloads/buildIndex.php
@@ -130,6 +130,7 @@
$image = "/equinox/images/egg.gif";
$alt = "incubating";
$tooltip = "Build artifact is from the Equinox incubator <br/>and may not be fully complete or tested.";
+ }
$result .= <<<EOHTML
<span class="hotspot" onmouseover="tooltip.show('$tooltip');" onmouseout="tooltip.hide();"><img src="$image" alt="$alt"/></span>
EOHTML;