[or-cvs] r14380: Update to fix parsing issues (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Wed Apr 16 06:56:34 UTC 2008


Author: ioerror
Date: 2008-04-16 02:56:33 -0400 (Wed, 16 Apr 2008)
New Revision: 14380

Modified:
   check/trunk/cgi-bin/index.pl
Log:
Update to fix parsing issues


Modified: check/trunk/cgi-bin/index.pl
===================================================================
--- check/trunk/cgi-bin/index.pl	2008-04-16 06:40:07 UTC (rev 14379)
+++ check/trunk/cgi-bin/index.pl	2008-04-16 06:56:33 UTC (rev 14380)
@@ -107,7 +107,8 @@
   print "<img src='http://check.torproject.org/tor-on.png'>\n<br>";
   print "<h1 style='color: #0A0'>";
   print "Congratulations. You are using Tor.<br><br>";
-  print "مژده. شما (احتمالا) در حال استفاده از تُر می باشید."<br><br>";
+  print 'مژده. شما (احتمالا) در حال استفاده از تُر می باشید.""';
+  print "<br><br>";
   print "</h1>";
   print "Please refer to the <a href='https://www.torproject.org/'>Tor website</a> for further information about using Tor safely.<br><br>";
   print "خواهشمند است مراجعه کنید به <a href='http://tor.eff.org/'>وب سایت تُر</a>  برای اطلاعات بیشتر درمورد استفاده ایمن از تُر<br><br>";



More information about the tor-commits mailing list