diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-07 21:27:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-07 21:27:58 +0000 |
commit | 2b8ca7b4a43a45b785974b443b39c2bf4a811c1a (patch) | |
tree | b1a6b0f984259e18681301d9ce1361d77c4fe0fc /src/or/buffers.c | |
parent | 4152a4e83585fa9413e5f46d0d8679ffa5c8e8d6 (diff) | |
download | tor-2b8ca7b4a43a45b785974b443b39c2bf4a811c1a.tar.gz tor-2b8ca7b4a43a45b785974b443b39c2bf4a811c1a.zip |
patch from karsten to clean up documentation and to integrate
more fixes into rend-spec.txt.
svn:r12715
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r-- | src/or/buffers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index d422d44e59..cc4b393070 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -1440,7 +1440,8 @@ fetch_from_buf_socks(buf_t *buf, socks_request_t *req, "</p>\n" "<p>\n" "See <a href=\"https://www.torproject.org/documentation.html\">" - "https://www.torproject.org/documentation.html</a> for more information.\n" + "https://www.torproject.org/documentation.html</a> for more " + "information.\n" "<!-- Plus this comment, to make the body response more than 512 bytes, so " " IE will be willing to display it. Comment comment comment comment " " comment comment comment comment comment comment comment comment.-->\n" |