summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-09-08 15:08:59 +0100
committerReuben Thomas <rrt@sc3d.org>2020-09-08 15:08:59 +0100
commit63087dc738a6cc8aef4b31d776711de342265a01 (patch)
tree5196b54d75511df5f7673dbe89cdb889a2e37abf
parentd80c0a6dfcb6d8138f94e582947eea0cc97dd901 (diff)
downloadenchant-63087dc738a6cc8aef4b31d776711de342265a01.tar.gz
index.html: fix HTML for language bindings list
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4535a7f..4ff7c58 100644
--- a/index.html
+++ b/index.html
@@ -85,13 +85,13 @@ including Microsoft Visual C and XCode.</p>
<p>Bindings are available to many other languages:</p>
-<p>
+<ul>
<li>Python: https://github.com/rfk/pyenchant/</li>
<li>Ruby: https://github.com/pennyapp/ruby-enchant</li>
<li>Rust: https://crates.io/crates/enchant</li>
<li>Go: https://github.com/hermanschaaf/enchant</li>
<li>Common Lisp: https://github.com/tlikonen/cl-enchant</li>
-</p>
+</ul>
<p>All inputs and outputs are in UTF-8 encoding. Language tags use
the familiar ISO standards, and take the form of "xx_YY"