summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index da7aa73..bda2237 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -80,7 +80,7 @@ on what I want from a web server, which is:
<ul>
<li> Usability with HTTPS without the need to entangle the code with a
-given TLS library (which means delegating the TLS layer to a super-server
+given TLS library &mdash; which means delegating the TLS layer to a super-server
and not performing the socket work itself. This is important: tying your
Web server to a TLS library makes it more difficult to maintain, more
difficult to secure, more difficult to build, and more difficult to