gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2723 - GNUnet-docs/WWW


From: durner
Subject: [GNUnet-SVN] r2723 - GNUnet-docs/WWW
Date: Thu, 4 May 2006 09:04:51 -0700 (PDT)

Author: durner
Date: 2006-05-04 09:04:49 -0700 (Thu, 04 May 2006)
New Revision: 2723

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

Modified: GNUnet-docs/WWW/i18nhtml.inc.php
===================================================================
--- GNUnet-docs/WWW/i18nhtml.inc.php    2006-05-04 15:58:03 UTC (rev 2722)
+++ GNUnet-docs/WWW/i18nhtml.inc.php    2006-05-04 16:04:49 UTC (rev 2723)
@@ -711,7 +711,7 @@
 // create internationalized, external link to
 // $a with description $b and title $c
 function extlink_title_($a, $b) {
-  $ret = "<a href=\"" . $a . "\" title=\"" . TRANSLATE(c$) . "\">" . 
TRANSLATE_($b) . "</a>" . translateLink_($b);
+  $ret = "<a href=\"" . $a . "\" title=\"" . TRANSLATE($c) . "\">" . 
TRANSLATE_($b) . "</a>" . translateLink_($b);
   return $ret;
 }
 





reply via email to

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