Browse Source

Fix problem with distributions relation to the nav tree - <title>-tag content has to match the name of the Nav entry.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275447 13f79535-47bb-0310-9956-ffa450edef68
master
Christoph Wilhelms 21 years ago
parent
commit
4ff6875064
4 changed files with 10 additions and 10 deletions
  1. +4
    -4
      docs/bindownload.html
  2. +4
    -4
      docs/srcdownload.html
  3. +1
    -1
      xdocs/bindownload.xml
  4. +1
    -1
      xdocs/srcdownload.xml

+ 4
- 4
docs/bindownload.html View File

@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Binary Distribution</title>
<title>Apache Ant - Binary Distributions</title>
<link type="text/css" href="./page.css" rel="stylesheet">
</head>

@@ -119,8 +119,8 @@
<li class="menuheader">Download
<ul>
<li>
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<span class="sel">Binary Distributions</span>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
@@ -169,7 +169,7 @@
<div class="lightbluebar">&nbsp;</div>
<div class="main">
<div class="content">
<h1 class="title">Binary Distribution</h1>
<h1 class="title">Binary Distributions</h1>
<h3 class="section">
<a name="Downloading Ant"></a>
Downloading Ant


+ 4
- 4
docs/srcdownload.html View File

@@ -5,7 +5,7 @@
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Apache Ant - Source Distribution</title>
<title>Apache Ant - Source Distributions</title>
<link type="text/css" href="./page.css" rel="stylesheet">
</head>

@@ -122,8 +122,8 @@
<a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
</li>
<li>
<a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
</li>
<span class="sel">Source Distributions</span>
</li>
</ul>
</li>
<li class="menuheader">Contributing
@@ -169,7 +169,7 @@
<div class="lightbluebar">&nbsp;</div>
<div class="main">
<div class="content">
<h1 class="title">Source Distribution</h1>
<h1 class="title">Source Distributions</h1>
<h3 class="section">
<a name="Downloading Ant"></a>
Downloading Ant


+ 1
- 1
xdocs/bindownload.xml View File

@@ -2,7 +2,7 @@
<document>

<properties>
<title>Binary Distribution</title>
<title>Binary Distributions</title>
<base/>
</properties>



+ 1
- 1
xdocs/srcdownload.xml View File

@@ -2,7 +2,7 @@
<document>

<properties>
<title>Source Distribution</title>
<title>Source Distributions</title>
<base/>
</properties>



Loading…
Cancel
Save