gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: grothoff
Date: 2005-04-05 23:11:26 -0700 (Tue, 05 Apr 2005)
New Revision: 625

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

Modified: Extractor-docs/WWW/i18nhtml.inc
===================================================================
--- Extractor-docs/WWW/i18nhtml.inc     2005-04-06 06:04:32 UTC (rev 624)
+++ Extractor-docs/WWW/i18nhtml.inc     2005-04-06 06:11:26 UTC (rev 625)
@@ -139,7 +139,6 @@
   return str_replace($htmlin, $htmlout, $a);
 }
 
-
 // change the marker text shown to indicate text
 // is translatable (link to translate page text)
 function setTranslateLinkMarker($marker) {

Modified: Extractor-docs/WWW/translate.php
===================================================================
--- Extractor-docs/WWW/translate.php    2005-04-06 06:04:32 UTC (rev 624)
+++ Extractor-docs/WWW/translate.php    2005-04-06 06:11:26 UTC (rev 625)
@@ -91,8 +91,8 @@
           W_($row["lang"]),
           urlencode($row["lang"]),
          $u, // urlencoded $text
-         urlencode($translation),
-         fix($translation));
+         urlencode(stripslashes($translation)),
+         fix(stripslashes($translation)));
  }
 echo "</table>";
 




reply via email to

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