summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-06 00:13:28 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-06 00:13:28 +0000
commitd9f5cb7a28ee79e299e41d3ce325171f01e1a3d7 (patch)
treec13af66675cbd2ed3de340ab139297e4dcdbd199 /doc/index.html
parent8d66c8c5cac310958fa64e3f62b828ea960202ba (diff)
downloadtipidee-d9f5cb7a28ee79e299e41d3ce325171f01e1a3d7.tar.xz
Some fixes, preparation for changes in error responses
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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