Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'development/news/phoenix_noteworthy.xsl')
-rw-r--r--development/news/phoenix_noteworthy.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/news/phoenix_noteworthy.xsl b/development/news/phoenix_noteworthy.xsl
index 68196c4fa..83a82e747 100644
--- a/development/news/phoenix_noteworthy.xsl
+++ b/development/news/phoenix_noteworthy.xsl
@@ -19,7 +19,7 @@
<component name="component name, such as Structured Source Editing">
<item title="item title can go here">
<title>item title can also go here</title>
- <description>description of this new feature, preferrably with cropped .pngs of the UI</description>
+ <description>description of this new feature, preferably with cropped .pngs of the UI</description>
</item>
</component>
</release>
@@ -38,7 +38,7 @@
<h1>
Eclipse Web Tools Platform
<xsl:value-of select="$release" />
- - New and Noteworthy
+ <br/>New and Noteworthy
</h1>
</td>
<td valign="top">
@@ -49,7 +49,7 @@
<xsl:apply-templates select="greeting" />
<xsl:apply-templates select="header" />
<xsl:if test="count(//header) &gt; 0">
- <h2>WTP Components</h2>
+ <p/>
</xsl:if>
<xsl:apply-templates select="component" />
<xsl:if test="count(//footer) &gt; 1">

Back to the top