gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r2728 - GNUnet-docs/WWW
Date: Thu, 4 May 2006 09:53:45 -0700 (PDT)

Author: durner
Date: 2006-05-04 09:53:41 -0700 (Thu, 04 May 2006)
New Revision: 2728

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

Modified: GNUnet-docs/WWW/download.php3
===================================================================
--- GNUnet-docs/WWW/download.php3       2006-05-04 16:45:01 UTC (rev 2727)
+++ GNUnet-docs/WWW/download.php3       2006-05-04 16:53:41 UTC (rev 2728)
@@ -74,9 +74,9 @@
                                                Debian Stable <?php W("(Latest 
GNUnet version)"); ?>
                                                <br />
                                                <?php
-                                                       
extlink_title_("http://archive.daniel-baumann.ch/debian/packages/gnunet/LATEST-stable";,
 "GNUnet core", "Prospective Packages and/or Snapshots from the maintainers 
site");
+                                                       
extlink_title("http://archive.daniel-baumann.ch/debian/packages/gnunet/LATEST-stable";,
 "GNUnet core", "Prospective Packages and/or Snapshots from the maintainers 
site");
                                                        echo ", ";
-                                                       
extlink_title_("http://archive.daniel-baumann.ch/debian/packages/gnunet-gtk/LATEST-stable";,
 "GNUnet graphical interface (gnunet-gtk)", "Prospective Packages and/or 
Snapshots from the maintainers site");
+                                                       
extlink_title("http://archive.daniel-baumann.ch/debian/packages/gnunet-gtk/LATEST-stable";,
 "GNUnet graphical interface (gnunet-gtk)", "Prospective Packages and/or 
Snapshots from the maintainers site");
                                                ?>
                                        </td>
                                </tr>
@@ -90,9 +90,9 @@
                                                Debian Stable <?php 
W("(Official backport)"); ?>
                                                <br />
                                                <?php
-                                                       
extlink_title_("http://backports.org/package.php?search=gnunet";, "GNUnet core", 
"Backports to Debian Stable (backports.org)");
+                                                       
extlink_title("http://backports.org/package.php?search=gnunet";, "GNUnet core", 
"Backports to Debian Stable (backports.org)");
                                                        echo ", ";
-                                                       
extlink_title_("http://backports.org/package.php?search=gnunet-gtk";, "GNUnet 
graphical interface (gnunet-gtk)", "Backports to Debian Stable 
(backports.org)");
+                                                       
extlink_title("http://backports.org/package.php?search=gnunet-gtk";, "GNUnet 
graphical interface (gnunet-gtk)", "Backports to Debian Stable 
(backports.org)");
                                                ?>
                                        </td>
                                </tr>
@@ -106,9 +106,9 @@
                                                Debian Testing
                                                <br />
                                                <?php
-                                                       
extlink_title_("http://packages.debian.org/testing/net/gnunet";, "GNUnet core", 
"Official Debian repository for the Testing distribution");
+                                                       
extlink_title("http://packages.debian.org/testing/net/gnunet";, "GNUnet core", 
"Official Debian repository for the Testing distribution");
                                                        echo ", ";
-                                                       
extlink_title_("http://packages.debian.org/testing/net/gnunet-gtk";, "GNUnet 
graphical interface (gnunet-gtk)", "Official Debian repository for the Testing 
distribution");
+                                                       
extlink_title("http://packages.debian.org/testing/net/gnunet-gtk";, "GNUnet 
graphical interface (gnunet-gtk)", "Official Debian repository for the Testing 
distribution");
                                                ?>
                                        </td>
                                </tr>

Modified: GNUnet-docs/WWW/i18nhtml.inc.php
===================================================================
--- GNUnet-docs/WWW/i18nhtml.inc.php    2006-05-04 16:45:01 UTC (rev 2727)
+++ GNUnet-docs/WWW/i18nhtml.inc.php    2006-05-04 16:53:41 UTC (rev 2728)
@@ -711,7 +711,7 @@
 // create internationalized, external link to
 // $a with description $b and title $c
 function extlink_title_($a, $b, $c) {
-  $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]