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

[or-cvs] r23697: {check} make that one long line to not break python. (check/trunk/cgi-bin)



Author: phobos
Date: 2010-10-27 18:53:25 +0000 (Wed, 27 Oct 2010)
New Revision: 23697

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
make that one long line to not break python.


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2010-10-27 18:44:43 UTC (rev 23696)
+++ check/trunk/cgi-bin/TorCheck.py	2010-10-27 18:53:25 UTC (rev 23697)
@@ -248,9 +248,7 @@
         req.write(_('Sorry. You are not using Tor.'))
         req.write('<br>\n<br>\n')
         req.write('</h1>')
-        req.write(_('If you are attempting to use a Tor client, please
-refer to the <a href="https://www.torproject.org/";>Tor website</a> and
-specifically the <a href="https://www.torproject.org/docs/faq#DoesntWork";>instructions for configuring your Tor client</a>.'))
+        req.write(_('If you are attempting to use a Tor client, please refer to the <a href="https://www.torproject.org/";>Tor website</a> and specifically the <a href="https://www.torproject.org/docs/faq#DoesntWork";>instructions for configuring your Tor client</a>.'))
         req.write('<br>\n<br>\n')
 
     # This means we have some strange data response we don't understand