gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r624 - Extractor-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r624 - Extractor-docs/WWW
Date: Tue, 5 Apr 2005 23:04:34 -0700 (PDT)

Author: grothoff
Date: 2005-04-05 23:04:32 -0700 (Tue, 05 Apr 2005)
New Revision: 624

Modified:
   Extractor-docs/WWW/translate.php
Log:
fix

Modified: Extractor-docs/WWW/translate.php
===================================================================
--- Extractor-docs/WWW/translate.php    2005-04-06 06:01:15 UTC (rev 623)
+++ Extractor-docs/WWW/translate.php    2005-04-06 06:04:32 UTC (rev 624)
@@ -90,9 +90,9 @@
    printf("<tr><td>%s</td><td><a href=\"" . $i18nHTMLbase . 
"vote.php?xlang=%s&text=%s&translation=%s\">%s</a></td></tr>\n",
           W_($row["lang"]),
           urlencode($row["lang"]),
-         $u,
-         urlencode(from_unicode($translation)),
-         fix(from_unicode($translation)));
+         $u, // urlencoded $text
+         urlencode($translation),
+         fix($translation));
  }
 echo "</table>";
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]