summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJochen Kupperschmidt <jochen.kupperschmidt@inexso.de>2012-04-12 10:21:33 +0200
committerJochen Kupperschmidt <jochen.kupperschmidt@inexso.de>2012-04-12 10:21:33 +0200
commit9d954f1ea53560560273c057b9b6e35d87f5d5c6 (patch)
treef3863cf50c21d18407885f21c021c4ff63d6c2e0 /doc
parentd38864b2271e805449fea3c92091f1f867a2a32f (diff)
downloadjcommander-9d954f1ea53560560273c057b9b6e35d87f5d5c6.tar.gz
Escape angle brackets in HTML docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 29f117a..b72706e 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -738,14 +738,14 @@ You can download JCommander from the following locations:
<ul>
<li><a href="http://github.com/cbeust/jcommander">Source on github</a></li>
- <li>If you are using Maven, add the following dependency to your <tt>pom.xml</tt>:
+ <li>If you are using Maven, add the following dependency to your <tt>pom.xml</tt>:
<pre class="brush: xml">
<dependency>
&lt;groupId&gt;com.beust&lt;/groupId&gt;
&lt;artifactId&gt;jcommander&lt;/artifactId&gt;
- <version>1.20</version>
+ &lt;version&gt;1.20&lt;/version&gt;
</dependency>
</pre>