about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-01-06 14:51:32 +0100
committersternenseemann <git@lukasepple.de>2017-01-06 14:51:32 +0100
commitc78bca68df51fc46fbe6064d6b8fb43459711001 (patch)
treeb6202605933f5aead4bd5f0bfee96862b4ed15d7
parent44ac8a80d28d6521663d7a3b4fa0b1c60d5537f8 (diff)
Fix escaping in gopher-proxy.cabal
-rw-r--r--gopher-proxy.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index be857b5..81e76b2 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -18,7 +18,7 @@ description:
   .
   * Takes HTTP requests on @127.0.0.1:8080@ (to be used by a proxying web server, like nginx), converts those to gopher requests to @example.org@ and returns the gopher responses as HTTP responses
   .
-  * Links menu items pointing to external servers to @gopher://@ URLs (this ensures that only one gopher server is proxied) and recognizes <https://en.wikipedia.org/wiki/Gopher_(protocol)#URL_links URL links> which are converted to normal HTML links
+  * Links menu items pointing to external servers to @gopher:\/\/@ URLs (this ensures that only one gopher server is proxied) and recognizes <https://en.wikipedia.org/wiki/Gopher_(protocol)#URL_links URL links> which are converted to normal HTML links
   .
   * Tries to guess the correct mime-type for every gopher-served file (as it is not included in the response) and wraps text files in a HTML container.
   .