diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2014-04-24 12:37:13 +0200 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2014-04-24 12:37:25 +0200 |
commit | 2df12563afbf6d76c2218ce4333ac0711a9d595a (patch) | |
tree | 048e3ae166aa2e8879ed55119d7cbccf1a6b345c | |
parent | b64dc63580da940a42a41253b32f6062e0540659 (diff) | |
download | lasso-2df12563afbf6d76c2218ce4333ac0711a9d595a.tar.gz lasso-2df12563afbf6d76c2218ce4333ac0711a9d595a.tar.xz lasso-2df12563afbf6d76c2218ce4333ac0711a9d595a.zip |
website: fix HTML grammar errors
-rw-r--r-- | website/web/download/index.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/website/web/download/index.xml b/website/web/download/index.xml index 150258bc..7c26d1e1 100644 --- a/website/web/download/index.xml +++ b/website/web/download/index.xml @@ -12,9 +12,9 @@ are available through HTTP. The latest is the 2.4.0. </p> - <h1>Binary Downloads</h2> + <h1>Binary Downloads</h1> - <h2>Debian Packages</h3> + <h2>Debian Packages</h2> <p> Debian packages are available in the official Debian distribution, @@ -28,11 +28,11 @@ one appropriate for your distribution: </p> - <h3>Squeeze</h4> + <h3>Squeeze</h3> <pre> deb http://deb.entrouvert.org squeeze main </pre> - <h3>Wheezy</h4> + <h3>Wheezy</h3> <pre> deb http://deb.entrouvert.org wheezy main </pre> @@ -53,13 +53,13 @@ </ul> - <h1>Git</h2> + <h1>Git</h1> <p>To checkout the repository do :</p> <pre>git clone https://repos.entrouvert.org/lasso.git</pre> - <p>You can also <a href="https://repos.entrouvert.org/lasso.git/">browse<a/> using CGit.</p> + <p>You can also <a href="https://repos.entrouvert.org/lasso.git/">browse</a> using CGit.</p> </body> </html> |