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:
parent
d5af8bf363
commit
03a38a8797
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue