[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Give the nice message about not being an HTTP proxy an <h1>...



Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv5134

Modified Files:
	buffers.c 
Log Message:
Give the nice message about not being an HTTP proxy an <h1> headline

Index: buffers.c
===================================================================
RCS file: /home/or/cvsroot/src/or/buffers.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- buffers.c	26 Feb 2004 22:10:55 -0000	1.62
+++ buffers.c	27 Feb 2004 01:33:02 -0000	1.63
@@ -550,11 +550,16 @@
 "<title>Tor is not an HTTP Proxy</title>\n"
 "</head>\n"
 "<body>\n"
+"<h1>Tor is not an HTTP Proxy</h1>\n"
+"<p>\n"
 "It appears you have configured your web browser to use Tor as an HTTP Proxy.\n"
 "This is not correct: Tor provides a SOCKS proxy. Please configure your\n"
 "client accordingly.\n"
+"</p>\n"
+"<p>\n"
 "See <a href=\"http://freehaven.net/tor/cvs/INSTALL\";>http://freehaven.net/tor/cvs/INSTALL</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"
+"</p>\n"
 "</body>\n"
 "</html>\n"
 );