[or-cvs] r14813: Add line break. (check/trunk/cgi-bin)
ioerror at seul.org
ioerror at seul.org
Thu May 29 10:02:10 UTC 2008
Author: ioerror
Date: 2008-05-29 06:02:10 -0400 (Thu, 29 May 2008)
New Revision: 14813
Modified:
check/trunk/cgi-bin/index.py
Log:
Add line break.
Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py 2008-05-29 09:59:56 UTC (rev 14812)
+++ check/trunk/cgi-bin/index.py 2008-05-29 10:02:10 UTC (rev 14813)
@@ -215,7 +215,8 @@
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="http://exitlist.torproject.org/">tordnsel</a>'))
+ req.write(_('This small script is powered by <a href="6http://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>')
req.write(_('This server does not log <i>any</i> information about visitors.'))
More information about the tor-commits
mailing list