Author: nickboldt
Date: 2011-11-23 14:59:27 -0500 (Wed, 23 Nov 2011)
New Revision: 36581
Modified:
trunk/build/aggregate/index-template.html
Log:
add dash to separate name and type
Modified: trunk/build/aggregate/index-template.html
===================================================================
--- trunk/build/aggregate/index-template.html 2011-11-23 19:59:19 UTC (rev 36580)
+++ trunk/build/aggregate/index-template.html 2011-11-23 19:59:27 UTC (rev 36581)
@@ -1,6 +1,6 @@
<html>
<head>
-<title>${update.site.name} ${update.site.description} Update
Site${update.site.version}</title>
+<title>${update.site.name} - ${update.site.description} Update
Site${update.site.version}</title>
<style>
@import
url("http://download.jboss.org/jbosstools/updates/web/site.css");
</style>
@@ -21,7 +21,7 @@
<tr>
<td>      </td>
<td>
- <h2 class="title">${update.site.name} ${update.site.description} Update
Site</h2>
+ <h2 class="title">${update.site.name} - ${update.site.description}
Update Site</h2>
<table width="100%">
<tr class="header">
<td class="sub-header" width="100%"><span>Latest
Build${update.site.version}</span></td>