[or-cvs] r14563: One byte patch for missing '"', thanks SH. (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Mon May 5 09:24:36 UTC 2008


Author: ioerror
Date: 2008-05-05 05:24:35 -0400 (Mon, 05 May 2008)
New Revision: 14563

Modified:
   check/trunk/cgi-bin/index.py
Log:
One byte patch for missing '"', thanks SH.


Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py	2008-05-05 08:59:58 UTC (rev 14562)
+++ check/trunk/cgi-bin/index.py	2008-05-05 09:24:35 UTC (rev 14563)
@@ -171,7 +171,7 @@
     if UsingTor == 0:
         req.write('\n')
         req.write('<img alt="' + _("Congratulations. You are using Tor.") + \
-        'src="https://check.torproject.org/images/tor-on.png">\n<br>')
+        '" src="https://check.torproject.org/images/tor-on.png">\n<br>')
         req.write('<h1 style="color: #0A0">\n')
         req.write(_('Congratulations. You are using Tor.'))
         req.write('<br>\n<br>\n')



More information about the tor-commits mailing list