summaryrefslogtreecommitdiff
path: root/manual/install.html
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-03-11 14:17:46 +0100
committerGintas Grigelionis <gintas@apache.org>2018-03-11 14:17:46 +0100
commite2fc2fd278beb0efab8318f196298c23842d731d (patch)
tree31897b31ddd0055036cc0de20ab5a4ab407cd7b9 /manual/install.html
parent6328de7a2afd24d0a1e603bc4ce49f130912a254 (diff)
downloadant-e2fc2fd278beb0efab8318f196298c23842d731d.tar.gz
More markup adjustments
Diffstat (limited to 'manual/install.html')
-rw-r--r--manual/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/install.html b/manual/install.html
index 38df65a8b..191f3daa4 100644
--- a/manual/install.html
+++ b/manual/install.html
@@ -477,8 +477,8 @@ option on the command line. This is an easy way to test for classpath-related pr
<p>
The usual symptom of <code>CLASSPATH</code> problems is that Ant will not run with some error about not being able to
-find <code>org.apache.tools.ant.launch.Launcher</code>, or, if you have got the quotes/backslashes wrong, some very
-weird Java startup error. To see if this is the case, run <kbd>ant -noclasspath</kbd> or unset
+find <code class="code">org.apache.tools.ant.launch.Launcher</code>, or, if you have got the quotes/backslashes wrong,
+some very weird Java startup error. To see if this is the case, run <kbd>ant -noclasspath</kbd> or unset
the <code>CLASSPATH</code> environment variable.
</p>