1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

Fix title of update site when viewed as html

This commit is contained in:
Martin Oberhuber 2006-07-20 16:10:31 +00:00
parent d5af8bf363
commit 03a38a8797

View file

@ -5,11 +5,11 @@
<xsl:for-each select="site">
<html>
<head>
<title>org.eclipse.rse.updatesite</title>
<title>Target Management Project Updates</title>
<style>@import url("web/site.css");</style>
</head>
<body>
<h1 class="title">org.eclipse.rse.updatesite</h1>
<h1 class="title">Target Management Project Updates</h1>
<p class="bodyText"><xsl:value-of select="description"/></p>
<table width="100%" border="0" cellspacing="1" cellpadding="2">
<xsl:for-each select="category-def">