[or-cvs] r14847: typo fixed (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Fri May 30 22:35:57 UTC 2008


Author: ioerror
Date: 2008-05-30 18:35:57 -0400 (Fri, 30 May 2008)
New Revision: 14847

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
typo fixed


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2008-05-30 20:33:57 UTC (rev 14846)
+++ check/trunk/cgi-bin/TorCheck.py	2008-05-30 22:35:57 UTC (rev 14847)
@@ -217,7 +217,7 @@
     req.write('<br>\n')
     req.write(_('Your IP address appears to be: '))
     req.write('<b>%s</b><br>\n' % req.connection.remote_ip )
-    req.write(_('This small script is powered by <a href="6http://exitlist.torproject.org/">tordnsel</a>'))
+    req.write(_('This small script is powered by <a href="http://exitlist.torproject.org/">tordnsel</a>'))
     req.write('<br>')
     req.write(_('You may also be interested in the <a href="/cgi-bin/TorBulkExitList.py">Tor Bulk Exit List Exporter</a>'))
     req.write('<br><br>')



More information about the tor-commits mailing list