Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-07-11 20:30:40 +0000
committerMarkus Keller2015-08-05 15:29:48 +0000
commitfefae5c0b29d59427acca64d223b2a4f809f86b6 (patch)
tree01970da587f6f985490a270a4725abe3c4ff243f /org.eclipse.egit.repository
parent9e099cb2010fcfb8e27fdf53a6b7b8d367d69a8e (diff)
downloadegit-fefae5c0b29d59427acca64d223b2a4f809f86b6.tar.gz
egit-fefae5c0b29d59427acca64d223b2a4f809f86b6.tar.xz
egit-fefae5c0b29d59427acca64d223b2a4f809f86b6.zip
Fixed HTML errors
Change-Id: I2a4299ebbd07878daca16c59ba750e17dbdffbda Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r--org.eclipse.egit.repository/siteTemplate/index.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/org.eclipse.egit.repository/siteTemplate/index.html b/org.eclipse.egit.repository/siteTemplate/index.html
index b4a23db954..66d6b551e8 100644
--- a/org.eclipse.egit.repository/siteTemplate/index.html
+++ b/org.eclipse.egit.repository/siteTemplate/index.html
@@ -1,21 +1,22 @@
-<html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
<head>
<title>${update.site.name} - ${update.site.description} ${update.site.version}</title>
<link rel="stylesheet" type="text/css" href="web/site.css">
</head>
-<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+<body style="margin: 0; padding: 0">
<center>
<table cellspacing="0" cellpadding="0" class="table">
<tr>
<td colspan="3" class="td_header">&nbsp;</td>
</tr>
<tr>
- <td>&#160;&#160;&#160;&#160;&#160;&#160;</td>
- <td>&#160;&#160;&#160;&#160;&#160;&#160;</td>
- <td>&#160;&#160;&#160;&#160;&#160;&#160;</td>
+ <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+ <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr>
<tr>
- <td>&#160;&#160;&#160;&#160;&#160;&#160;</td>
+ <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td>
<h2 class="title">${update.site.name} - ${update.site.description}</h2>
<table width="100%">
@@ -25,22 +26,22 @@
<tr class="light-row" style="height: 30px">
<td class="bodyText">
- <p class="bodyText">This is the <b${update.site.description}</b>
- ${update.site.name}.
+ <p class="bodyText">This is the <b>${update.site.name}</b>.
+ ${update.site.description}.
<blockquote style="border: 1px dashed #1778be; padding: 2px">
<ol>
<li>To <a class="link"
href="https://www.eclipse.org/egit/download/">install</a>
from this site, start up Eclipse ${target.eclipse.version}, then do:
<ul>
- <code><strong>Help > Install New Software... ></strong></code>
+ <li><code><strong>Help > Install New Software... ></strong></code></li>
</ul>
</li>
<li>Copy this site's URL into Eclipse, and hit Enter.</li>
<li>When the site loads, select the features to install,
or click the <code><strong>Select All</strong></code> button.</li>
<li>To properly resolve all dependencies, check
- <ul><code><strong>[x] Contact all update sites during install to find required software</strong></code></ul>
+ <ul><li><code><strong>[x] Contact all update sites during install to find required software</strong></code></li></ul>
<li>Click <code><strong>Next</strong></code>, agree to the license
terms, and install.</li>
@@ -50,10 +51,11 @@
</tr>
</table>
</td>
- <td>&#160;&#160;&#160;&#160;&#160;&#160;</td>
- </tr>
- <tr class="bodyText">
- ${site.contents}
+ <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
</tr>
+</table>
+<div class="bodyText">
+ ${site.contents}
+</div>
</center>
</html>

Back to the top