Browse Source

Adjust markup

master
Gintas Grigelionis 7 years ago
parent
commit
6659d122b4
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      manual/Tasks/conditions.html
  2. +4
    -4
      manual/install.html

+ 1
- 1
manual/Tasks/conditions.html View File

@@ -155,7 +155,7 @@ and the result is true only if <em>all</em> the tests succeed.
</tr>
<tr>
<td>forcestring</td>
<td>Force string comparison of <code>arg1/arg2</code>. <em>Since Apache Ant 1.8.1</em>
<td>Force string comparison of <var>arg1</var>/<var>arg2</var>. <em>Since Apache Ant 1.8.1</em>
</td>
<td>No; default is <q>false</q></td>
</tr>


+ 4
- 4
manual/install.html View File

@@ -197,8 +197,8 @@ target="_top">https://archive.apache.org/dist/ant/</a>. The files are organized
<td><samp>binaries/</samp></td>
<td>
The binaries directory holds specific Ant releases bundled in both ZIP and tar.gz archive formats. The named
releases are in contrast to the ant-current-bin.zip file in the parent directory, which is always guaranteed to be
the most current release of Ant.
releases are in contrast to the <samp>ant-current-bin.zip</samp> file in the parent directory, which is always
guaranteed to be the most current release of Ant.
</td>
</tr>
<tr>
@@ -212,8 +212,8 @@ target="_top">https://archive.apache.org/dist/ant/</a>. The files are organized
<td><samp>source/</samp></td>
<td>
The source directory holds the source code for specific Ant releases bundled in both ZIP and tar.gz archive
formats. The named releases are in contrast to the ant-current-src.zip file in the parent directory, which is always
guaranteed to hold the source code for the most current release of Ant.
formats. The named releases are in contrast to the <samp>ant-current-src.zip</samp> file in the parent directory,
which is always guaranteed to hold the source code for the most current release of Ant.
</td>
</tr>
</table>


Loading…
Cancel
Save