commit 8b587653f202f07b708c76794859137bc874a085 parent 93658249ab6ad0f3bb17434647084e254d9e636f Author: Thomas Adam <thomas.adam22@gmail.com> Date: Tue, 15 Dec 2009 08:34:44 +0000 Fix Markdown formatting (fixsoupsessionproxy.md) The URL was mangled, and literal underscores must be escaped with a backslash. Diffstat:
| M | surf.suckless.org/patches/fixsoupsessionproxy.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/surf.suckless.org/patches/fixsoupsessionproxy.md b/surf.suckless.org/patches/fixsoupsessionproxy.md @@ -4,15 +4,15 @@ FIX SOUPSESSION http_proxy ENVIRONMENT HANDLING Description ----------- -This patch fixes the case where the "http_proxy" environment variable -does not have an "http://" prefix. Since http_proxy is perfectly valid +This patch fixes the case where the http_proxy environment variable +does not have an http:// prefix. Since httpi\_proxy is perfectly valid without one, SoupSession will not work unless it is present -- so check to see if it is so, and add it as necessarily. Download -------- -* [http://xteddy.org/surf.html#toc4](http://xteddy.org/surf/html#toc4) +* [http://xteddy.org/surf.html#toc4](http://xteddy.org/surf.html#toc4) Author ------