gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1449 - GNUnet-docs/WWW
Date: Tue, 12 Jul 2005 18:55:40 -0700 (PDT)

Author: grothoff
Date: 2005-07-12 18:55:34 -0700 (Tue, 12 Jul 2005)
New Revision: 1449

Modified:
   GNUnet-docs/WWW/scripts.inc
Log:
try

Modified: GNUnet-docs/WWW/scripts.inc
===================================================================
--- GNUnet-docs/WWW/scripts.inc 2005-07-13 01:54:22 UTC (rev 1448)
+++ GNUnet-docs/WWW/scripts.inc 2005-07-13 01:55:34 UTC (rev 1449)
@@ -54,7 +54,7 @@
         $size = $mod;
       }
       if ($size > 0) {
-        $currString = "<td>$offset</td><td colspan=$mod>$name</td>";
+        $currString = "<td>$offset</td><td colspan=$size>$name</td>";
         $offset += $size;
       }
     } else {
@@ -112,7 +112,7 @@
 function NBO_() {
   global $haveNBO;
   $haveNBO = 1;
-  return "(<a href=\"#NBO\">NBO</a>)";
+  return "<a href=\"#NBO\">NBO</a>";
 }
 function NBO() {
   echo NBO_();





reply via email to

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